/*
    -------------------------------- CashaZulu banking styles...  -----------------------------------
*/
.bankTable
{
    background-color:#aea7be;
    text-align:left;
}

.bankTable th
{
    font-size:12.8px;
    padding:.2em .5em;
    background-color:#eeeeff;
}

.forceMobile .bankTable th{
    padding:.2em 0em;
}

.bankTable td
{
    padding:0 .2em;
    vertical-align:top;
}
.forceMobile .bankTable td{
    padding:.75em .1em;
    font-size:70%;
}
.forceMobile .bankTable .doubledUp td{
    padding:.25em .1em;
}

.bankTable tr.subitem td
{
    font-size:10px;
    /*
    font-size:12.8px;
    vertical-align:middle;
    */
}


.tabTable
{
    border-spacing:0;
    margin-top:.5em;
    font-size:80%;
    border-bottom:none;
}
.selectedTab
{
    font-size:13px;
    background-color:#eeeeff;
    color:black;
    font-weight:bold;
    margin:.3em .5em;
    padding:.3em .5em;
    border-top:1px solid black;
    border-left:1px solid black;
    border-right:1px solid black;
    border-bottom:1px solid black;
    border-color:#aea7be;
}
.selectedTab a{
    text-decoration:none;
    cursor:default;
}
.otherTab a{
    text-decoration:none;
}

.otherTab
{
    font-size:13px;
    background-color:white;
    cursor:pointer;
    padding:.3em .5em;

    border-top:1px solid #e5dbfc;
    border-left:1px solid #e5dbfc;
    border-right:1px solid #e5dbfc;
    border-bottom:1px solid #e5dbfc;
}
.otherTab:hover
{
    color:#d00e0e;
    background-color:yellow;

    border-top:1px solid #d00e0e;
    border-left:1px solid #d00e0e;
    border-right:1px solid #d00e0e;
    border-bottom:1px solid #e5dbfc;
}


.clsPositive
{
    color:darkgreen
}
.clsPositive a
{
    color:darkgreen
}
.clsNegative
{
    color:darkred
}
.clsNegative a
{
    color:darkred
}
tr.linkCell:hover{
background-color:aqua;
}
.linkBody:hover{
background-color:aqua;
}
.highlight.linkBody:hover{
background-color:aqua;
}

.highlightForeground{
    color:orange;
}
.linkCell.highlightForeground{
    color:orange;
}
.linkCell.highlightForeground:hover
{
    color:#a44242;
}




.clsDashedBottom{
    border-bottom:1px dashed black
}
.clsBreakdownSubsection{
    background-color:#eef;
    margin:.5em 0 .2em 1.5em;
    padding-bottom:.5em;
    border:1px solid black
}

tr.inactiveText td.clsPositive
{
    color:#21c200;
}
tr.inactiveText td.clsNegative
{
    color:#ca5252;
}
tr.inactiveText td.linkCell
{
    color:#808080;
}
 tr.inactiveText td.linkCell:hover
{
   color:#a44242;

 }

.splitCellCatAcc
{
    width:19em;
    height:1.9em;
    text-align:left;
}
.splitCellMemo
{
    width:19em;
    height:1.9em;
    text-align:left;
}
.splitCellAmount
{
    text-align:right;
    width:9em;
    height:1.9em;
}




.cnrXActionImages >div.evenRow{
    background:rgba(231,252,250,1);
}
tr.evenRow
{
    opacity:1;
}
.evenBody
{
    background:#d8daff;
    opacity:1;
}
.highlight td
{
    background-color:#f1fa1d!important;
}

.oddRow
{
}
.oddBody
{
    background:white;/*rgba(167, 223, 235,1)*/
}

.removeLink
{
    font-family:Tahoma;
    font-size:8pt;
}
.viewLink
{
    font-family:Tahoma;
    font-size:8pt;
    font-weight:bold;
    color:#888;
}

.linkCell
{
    cursor:pointer;
    text-decoration:none;
    color:black;
}
.linkBody
{
    cursor:pointer;
    text-decoration:none;
    color:black;
}
.linkCell.clsPositive {
    color:darkgreen;
}
.linkCell.clsNegative {
    color:darkred;
}
.clsSingPop div.linkCell:hover
{
    background-color:#643cc8;
    color:white;
}
.clsSingPop div a:hover
{
    background-color:#643cc8;
    color:white;
}


.linkCell:hover
{
    color:#a44242;
}


.storeDropdown
{
    cursor:pointer;
    text-decoration:none;
    color:black;
}

.headerBarLink
{
    font-size:75%;
    font-weight:bold;
    color:#643cc8;
    vertical-align:middle;
}
.headerBarLink a
{
    color:#643cc8;
    text-decoration:none;
}
.headerBarLink a:hover
{
    color:#d00e0e;
    text-decoration:none;
}



.bankTable .FontAwesomeButton{
    cursor:pointer;
    font-family:"FontAwesome";
    font-size:200%;
    color:grey;
}
.bankTable .FontAwesomeIcon{
    font-family:"FontAwesome";
    font-size:125%;
    color:grey;
}
.clsUserOptions .sizedForMobile .FontAwesomeIcon{
    font-size:16.25px;
}


.tabTable td.prevNextTabButton{
    padding:0 .25em;

    cursor:pointer;
    font-family:"FontAwesome";
    color:black;
    font-size:250%;
    border:1px solid #e5dbfc;
}

.tabTable td.prevNextTabButtonInactive{
    padding:0 .25em;

    font-family:"FontAwesome";
    color:#ccc;
    font-size:250%;
    border:1px solid #e5dbfc;
}

.forceMobile .prevNextTabButton{
    font-size:150%;
    padding:0 .5em;
}
.forceMobile .prevNextTabButtonInactive{
    font-size:150%;
    padding:0 .5em;
}

.prevNextTabButton:hover{
    color:#d00e0e;
    background-color:yellow;
    border-color:#d00e0e;
}



td.actSetActionCell{
    padding:.2em;
    text-align:center;
}
.forceMobile td.actSetActionCell{
}



.bankTable th, .tabTable th, .tabTable td, .bankTable td{
    font-family:Verdana
}

.shrunkBold
{
    font-size:80%;
    font-weight:bold;
}
.underlined{
    text-decoration:underline;
}


.highlight
{
    background-color:#f1fa1d!important;
    background-image:linear-gradient(to bottom,#f1fa1d,#f1fa1d);
    border-color:#bbf;
    color:#005080;
}
tr.highlight td:hover{
background-color:aqua!important;
}
tr.highlight:hover{
background-color:aqua!important;
}
tr.highlight:hover td{
background-color:aqua!important;
}
tr.linkCell:hover td.highlight{
background-color:aqua!important;
}


.highlight inactiveText
{
    background-color:#fdffcf;
}

.faded1Highlight{
    background-color:#bec60a!important;
}
.faded2Highlight{
    background-color:#d5dd20!important;
}
.faded3Highlight{
    background-color:#e5ed3b!important;
}
.faded4Highlight{
    background-color:#f2fa56!important;
}
.faded5Highlight{
    background-color:#f9ff8b!important;
}
.faded6Highlight{
    background-color:#fbffb4!important;
}
.faded7Highlight{
    background-color:#fb0800!important;
}
.faded8Highlight{
    background-color:#9c00e4!important;
}




.alertSection {
    cursor:pointer;
    font-size:12px;
    font-weight:normal;
    text-align:right;
    vertical-align:middle;
}
.alertSection:hover, .alertSection:hover .overdueAlert, .alertSection:hover .nearAlert{
    text-decoration:underline;
    color:red;
}

.overdueAlert{
    color:darkred;
    font-weight:bold;
    display:inline-block;
}
.nearAlert{
    color:darkorange;
    display:inline-block;
}

.clsMobileView .alertSection{
    font-size:9px;
}

.clsBackupOutput{
    margin:1em 0 0 0;
    border:2px solid #643cc8;
    font-family:Courier;
    font-weight:bold;
    font-size:13px;
    background-color:black;
    color:aqua;
}
.outputError{
    color:red;
}


.link{
    cursor:pointer;
}

.moreLink
{
    font-style:normal;
    cursor:pointer;
    text-decoration:none;
    color:black;
}
.moreLink:hover{
    background-color:#a2ddce;
}


.tableSeparatorRow{
    background-color:#e5dbfc;
    font-size:20%;
    min-height:5px;
}

#supTransCount1{
    font-size:20px;
}

.subHundredHeightLimit{
    max-height:95%;
    overflow-y:auto;
}

td.nowrap{
    white-space:nowrap
}

.breakdownHolderDiv{
    background-color:white;
    min-width:350px;
    padding-left:1em
}

.breakdownRowTable{
    width:100%;
    border-collapse:collapse;
    margin-top:.3em
}

.undecorated{
    text-decoration:none
}
a.undecorated{
    text-decoration:none
}



td.typeAheadExtraColumn {
    font-size:12px;
    color:#darkgray;/*:darkRed;*/
    cursor:pointer;
    font-weight:normal;
    font-style:italic;
}

.typeAheadRow {
    cursor:pointer;
    font-size:12px;
}
.typeAheadRow td {
    font-size:12px;
    word-break:break-word;
}

.typeAheadRow:hover {
    background-color:#e5dbfc
}

.typeAheadSelectedRow{
    font-size:12px;
}
.typeAheadSelectedRow td{
    font-size:12px;
}






.clsMobileView td.typeAheadExtraColumn {
    font-size:9px;
}

.clsMobileView .typeAheadRow {
    font-size:9px;
}
.clsMobileView .typeAheadRow td {
    font-size:9px;
}

.clsMobileView .typeAheadSelectedRow{
    font-size:9px;
}
.clsMobileView .typeAheadSelectedRow td{
    font-size:9px;
}












.clsMobileView td.toolStripTitleHolder .toolStripTitle{
    font-size:16px;
}

td.toolStripTitleHolder .toolStripTitle .shrunk{
    font-size:16px;
}



.clsMobileView .dialogFieldName{
    text-align:left;
    padding-left:0;
}

.dialogFieldName.leftAlign{
    text-align:left;
}

.clsMobileView .clsToolStrip td.toolStripTitle{
    font-size:16px;
    word-break:break-all
}

.clsMobileView .bankTable td{
    padding:0;
    font-size:11.2px;
}

.clsMobileView th{
    font-weight:normal;
    padding-left:0;
    padding-right:0;
}

.clsMobileView {
    padding:0;
}

.tableStyle{
    border-collapse:collapse;
}
.clsMobileView .tableStyle{
    padding:0;
    border-collapse:collapse;
}

.clsMobileView #supTransCount1{
    font-size:12px;
}

.clsMobileView input[type="color"],
.clsMobileView input[type="date"],
.clsMobileView input[type="datetime"],
.clsMobileView input[type="datetime-local"],
.clsMobileView input[type="email"],
.clsMobileView input[type="month"],
.clsMobileView input[type="number"],
.clsMobileView input[type="password"],
.clsMobileView input[type="search"],
.clsMobileView input[type="tel"],
.clsMobileView input[type="text"],
.clsMobileView input[type="time"],
.clsMobileView input[type="url"],
.clsMobileView input[type="week"],
.clsMobileView select,
.clsMobileView textarea {
  font-size: 16px;
}


.futureDayCountAddendum{
    padding-left:0;
    font-size:10px;
    vertical-align:top;
    display:inline-block;
}
.futureDayCountAddendumInner:before{
    content:'('
}
.futureDayCountAddendumInner:after{
    content:')'
}



.clsTotalsGraphCNR
{
    width:100%;
    height:700px;
    position:relative;
    border:2px inset #aaa;
}
.clsTotalsGraph
{
    width:100%;
    box-sizing:border-box;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    z-index:1;
}
.clsTotalsGlass
{
    width:100%;
    box-sizing:border-box;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    z-index:2;
}


.rightAlign .clsFullCellLink {
    display:inline-block
}

.moreRowsIndicator{
    text-align:center
}

span[data-mnemonicAction]{
    text-decoration:underline;
}
span[data-mnemonicAction=""]{
    text-decoration:inherit;
}








.bottomLine td
{
    border-bottom:1px solid black
}
.bottomDash td
{
    border-bottom:1px dashed #808080
}

.sectionCnrDiv
{
     border:1px solid black;
     margin-left:auto;
     margin-right:auto
}

.discountAddendum
{
    font-style:italic;
    color:#4c7575;
}




.oddSLRow
{
    background:#ddf;
}
.inactiveText.oddSLRow
{
    background:#eee;
}
.gotItItem.oddSLRow
{
    background:#eee;
}
.evenSLRow
{
    background:#eef;
}
.inactiveText.evenSLRow
{
    background:#eee;
}
.gotItItem.evenSLRow
{
    background:#eee;
}

.deSelProductRow
{
    display:none
}


tr.evenSLRow >td>a{
    display:block;
}
tr.oddSLRow >td>a{
    display:block;
}



.szTable{
    width:100%;
}

.szTable td{
    font-family: Verdana;
    font-size:16px;
}

.szTable td div{
    font-family: Verdana;
    font-size:16px;
}

#cellTally{
    font-family: Verdana;
    font-size:12px;
}



.clsWeightGraphCNR
{
    height:700px;
    position:relative;
    border:2px inset #aaa;
}
.clsWeightGraph
{
    width:100%;
    box-sizing:border-box;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    z-index:1;
}
.clsWeightGlass
{
    width:100%;
    box-sizing:border-box;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    z-index:2;
}

.clsMileageGraphCNR
{
    height:700px;
    position:relative;
    border:2px inset #aaa;
}
.clsMileageGraph
{
    width:100%;
    box-sizing:border-box;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    z-index:1;
}



.clsRunActGraphCNR {
    height: 400px;
    position: relative;
    border: 2px inset #aaa;
}

.clsRunActGraph {
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.clsRunActGlass {
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}








.recipeDirections
{
    text-align:left;
    font-weight:normal;
    font-size:14px;
    border:1px solid black;
    padding:.2em;
    background-color:#e5dbfc;
    max-width:35em;
}

.recipeCategories
{
    font-weight:bold;
    font-size:14px;
    border:1px solid black;
    margin-top:.5em;
    margin-left:auto;
    margin-right:auto;
    padding:.2em;
    background-color:#e5dbfc;
}


.recipeListing
{
    padding-top:.25em;
    text-align:left;
    font-size:16px;
}
.recipeListing.clsExpandingItem span:not(.FontAwesomeTerseIcon) {
    color: #5f22ec;
    font-style: italic
}
.recipeListing.clsExpandingItem:hover span:not(.FontAwesomeTerseIcon) {
    color: #a44242;
}
.recipeListing.clsExpandingItem .FontAwesomeTerseIcon {
    padding-right: 0.25em;
}

.recipeSubListing {
    text-align: left;
    padding-left: 2em;
    font-size: 14px;
    font-family: Verdana;
}




.divRecipeImg
{
    border:1px solid #643cc8;
}

.alphaIndexColumn
{
    font-size:80%;
    padding:0;
    width:1em;

    vertical-align:top;
    background-color:white;
    border-left:1px solid #643cc8;
}

.rightEdge
{
    border-right:1px solid black;
}
.topEdge
{
    border-top:1px solid black;
}
.bottomEdge
{
    border-top:1px solid black;
}

.alphaIndexDiv
{
    position:relative; 
    width:1.1em
}

.alphaIndexRow
{
    background-color:#eef;
    margin:0 !important;
    padding:0 !important;
}
.alphaIndexRow td
{
    color:#643cc8;
    border-color:#643cc8;
    border-width:1px;
    border-left-style:none;
}


/*
.smallScreenOnly{
    display:none;
}
*/


.clsPayment
{
    color:#d00e0e;
}
td.clsPayment.inactiveText
{
    color:#d00e0e;
}
td.clsReserve
{
    text-decoration:underline;
    font-style:normal;
}
.clsNotAccumulated
{
    text-decoration:line-through
}

.inactiveText
{
    font-style:italic;
    color:#a4a4af;
}
td.inactiveText
{
    color:#a4a4af;
}




.gotItItem
{
    text-decoration:line-through;
    color:#a4a4af;
}

.nonPrimaryStore
{
    font-style:italic;
    color:#61616c;
}
.nonPrimaryStore td
{
    font-style:italic;
    color:#61616c;
}

.gotItItem.nonPrimaryStore
{
    color:#b5b5bf;
}








.locationHeader {
    text-align:left;
    cursor:pointer;
}
.locationHeader[data-directcount="0"][data-nestedCount="0"][data-childCount="0"]{
    cursor:default;
}
.locationHeader:hover{
    background-color:#e5dbfc;
}

.locationHeader .helpText{
    padding-left:10px
}
.locationHeader table{
    width:100%;
    padding:0;
    border-collapse:collapse;
}
.locationHeader .FontAwesomeButton{
    font-size:24px
}


#locationListContent{
    min-width:300px;
    max-width:none;
    display:inline-block;
}
.locationSOContent{
    margin-top:.25em;
    margin-right:.25em;
    text-align:left;
}
.locationSOContent .FontAwesomeButton{
    font-size:20px
}

.locationSOContent .bankTable th{
    font-weight:normal;
}

.locationSOContent .bankTable td{
    padding:.75em 0.1em .45em 0em;
}

.clsLocationHeaderRow{
    border-bottom:1px dashed #c8bdfb;
}
.clsLocationHeaderRow > td{
    padding:.45em 0;
    font-size:16px;
}
.clsLocationHeaderRow .FontIconClickable {
    font-size:24px;
}
.clsLocationHeaderRow .IoniconIcon{
    font-size:16px;
}
.clsLocationHeaderRow .FontIconClickable{
    margin-left:0.2em;
}
.clsLocationHeaderRow .FontIconClickable:first-child{
    margin-left:0.5em;
}

.clsStoredCount{
    margin-left:1em;
    font-style:italic;
    color:gray;
}



.clsMyMenu .contextMenuLink {
    font-size: 10px;
    padding: 2px 3px 4px 10px;
}

.clsMyMenu .contextMenuRow {
    font-size: 14px;
    padding: 2px 3px 4px 10px;
    line-height: inherit;
}
.clsMyMenu hr.contextMenuSeparator{
    margin-top: 4px;
}

.clsMyMenu .contextMenuLink a{
    padding:2px;
}

.clsMyMenu .contextMenuRow span.FontAwesomeIcon,
        .clsMyMenu .contextMenuRow span.IoniconIcon{
    line-height:unset;
}


.popupSubmenuDiv .clsMyMenu .contextMenuLink{
    padding:0;
}


.clsSLToggle{
    float:left;
    min-width:3.15em;
    margin-right:.5em;
    background-color:#dde;
}

.gotItItem .clsSLToggle{
    background-color:#e8E8f0;
}

button.clsSLToggle,
        .szTable button.clsSLToggle{
    background:unset;
    color:#1c013d;
    border-color:#1c013d;
    padding-bottom:0;
}
button.clsSLToggle:hover{
    background:#1c013d;
    background-image: linear-gradient(to bottom, #1c013d, #4808a0);
    color: #fff;
}

.clsToggleHolder{
    margin-bottom:.5em;
}


div.clsToggleHolder input:first-of-type{
    margin-left:1em;
}

.storedObjectImage img{
    max-width:200px;
    max-height:200px;
}


.missingIcon{
    font-style:normal;
    color:orange;
    position:relative;
    z-index:1;
}
.innerIcon{
    position:absolute;
    z-index:-1;
    color:black;
    left:0.2em;
}



.uiv2dialogBox .dialogFieldValue button.recipeYesButton {
    font-family: Comic Sans MS;
    font-size: 38px;
    font-weight: bold;
    color: #007700;
    line-height: 38px;
    padding-bottom: .2em;
    background-image: unset;
}

.uiv2dialogBox .dialogFieldValue button.recipeNoButton {
    font-family: Comic Sans MS;
    font-size: 38px;
    font-weight: bold;
    color: #770000;
    line-height: 38px;
    padding-bottom: .2em;
    margin-left: .25em;
    background-image: unset;
}

.noIngredientsMsg{
    color:red;
    font-style:italic;
    border:2px solid #e5dbfc;
    background:white;
    font-weight:bold;
    padding:.5em;
    text-align:center;
}

.ingredientSeparator {
    text-align: center;
    background-color: white;
    padding-top: .5em;
    padding-bottom: .5em;
    border-right:2px dashed black;
    border-left:2px dashed black;
}
.ingredientSeparator.empty {
    border-left: none;
    border-right: none;
    padding-top: .25em;
    padding-bottom: .25em;
}


.rotate90FontIcon {
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}


.couponButton{
    padding:8px 4px;
    font-size:1px;
    margin-left:10px;
}

.couponButton .FontAwesomeIcon{
    font-size:16px;
}



.cnrStoredObjectImages .storedObjectImage:not(:first-child){
    margin-top:1em;
    padding-top:1em;
    border-top:2px dashed black;
}

.storedObjectImage > a{
text-decoration:none;
}



.szTable button{
    border-color:#bbc;
    background-color:#bbc;
    background-image:linear-gradient(to bottom,#dde,#bbc);
}


tr.subitem td{
    border-right:none;
    border-left:none;
}
td.dottedSpaceJoiner{
    border-bottom:1px dotted black;
}



.searchResultsTable >tbody{
    background-color:white;
}

/*.searchResultsTable .evenRow td, .searchResultsTable .oddRow td{
    white-space:normal
}*/

.clsSearchHeaderItemLink {
    margin-left: 0.5em;
}

.searchHighlight{
    font-weight:bold;
    color:black;
    background-color:#FFFF66;
    border:1px solid #FFB6C1;
}

#ddStore, #ddStore_phone, #ddStore_desktop {
    text-align: center;
    font-size: 24px;
    margin-top: 4px;
    margin-bottom: 8px;
    text-decoration: underline;
}
#ddStore .helpText, #ddStore_phone .helpText, #ddStore_desktop .helpText {
    font-size: 24px;
}

.dialogLargeNote {
    border: 1px inset lightgrey;
    padding: .25em;
    background-color: white;
    max-height: 10em;
    display:inline-block;
    min-width: 20em;
    overflow: auto;
}



.searchToolbarContainer {
    display: none;
}


/**********************************************************/
/* - UIV2 - Suggestions/Experiments - */
/**********************************************************/

.boxListDragHandle{
    font-family:"FontAwesome";
    font-size:32px;
}

.JSONViewer{
    max-height: 25em;
    overflow:auto;
    background-color:white;
    border:2px inset lightgrey;
    white-space:pre-wrap;
}



.uncase{
    text-transform: unset;
}

.pageInfoValue #ddStore, .pageInfoValue #ddStore,
.pageInfoValue #ddStore_desktop, .pageInfoValue #ddStore_desktop,
.pageInfoValue #ddStore_phone, .pageInfoValue #ddStore_phone > span {
    margin: unset;
    font-size: unset;
}


table.clsDogActivityTable td{
    padding-top:7px;
    padding-bottom:7px;
}

table.clsVerticallyCompressedTable td{
    padding-top: 1px;
    padding-bottom: 1px;
}

.pageInfoCell.clsVerticallyCompressedSection {
    padding-top: 0px;
    padding-bottom: 1px;
}
.pageInfoCell.bubbleContent.clsVerticallyCompressedSection {
    padding-top: 0px;
    padding-bottom: 1px;
}

.pageSeparatorRow.clsVerticallyCompressedSection > td {
    padding-top: 0;
    padding-bottom: 0;
}
.pageSeparatorRow.clsVerticallyCompressedSection > td >table{
    margin-bottom: 0;
}


.uiv2dialogContent table.clsTwoColumnCheckboxTable:first-child {
    width: unset;
}
table.clsTwoColumnCheckboxTable td:nth-child(2) {
    width: 1em;
}


.clsTwoColumnCheckboxTable tr.separatorRow > td {
    padding-top: 0;
    padding-bottom: 0;
}
.clsTwoColumnCheckboxTable  tr.separatorRow > td > hr {
    margin-top: 0;
    margin-bottom: 0;
}


table.clsNarrowTableCells{
    width: 100%
}
/*table.clsNarrowTableCells td.headerSortableCol,
table.clsNarrowTableCells td.headerCol,*/
table.clsNarrowTableCells td {
    padding-left: 1px;
    padding-right: 1px;
}

#btnGotoToday {
    color: orange;
}


.dogActivityDateNavSection {
    height: 1.7em;
}
.dogActivityDateSection {
}


a.toolStripTitleLink{
    color:#788BBA;
}
a.toolStripTitleLink:hover {
    color:#EAF4FC;
}

a.clsToolstripLinkIcon {
    text-decoration: unset
}
a.clsToolstripLinkIcon .FontAwesomeTerseIcon{
    font-size: .8em;
}

.clsToolstripLinkIcon {
    color: #788BBA;
}
.clsToolstripLinkIcon:hover {
    color: #EAF4FC;
}


tr.clsForcedButtonHoldingLineHeight>td {
    line-height: 1.65em;
}

tr.clsDogActCalDayHeaderRow td {
    text-align: center;
    font-weight: bold;
    padding: 0;
}

tr.clsFirstDayRowPostHeader td {
    padding-top: 0;
}
tr.clsFirstDayRowPostHeader td .clsDogDayCell {
    margin-top: 0;
}



.clsEmptyDogCell, .clsDogDayCell {
    margin-top: 0.5em;
    margin-left: 0.1em;
}

.clsEmptyDogCell{
    background-color:#e5dbfc;
    border-top:0.6em solid white;
    border-right:2px solid white;
    border-left:2px solid white;
    border-bottom:2px solid white;
}
tr.clsFirstDayRowPostHeader td.clsEmptyDogCell {
    border-top: unset;
}

.clsDogDayCell{
    border:2px solid #d8daff;
    /*min-width:6em;*/
    padding:0 0 0.25em 0;
    cursor:pointer;
}
.clsDogDayCell:hover {
    border-color: orange;
    background-color: #b8b0f0;
}

.clsDogDayCell-date, .clsDogDayCell-acts {
    padding: 0.25em 0.3em;
}
.clsDogDayCell-date {
    border-bottom: 1px dashed #d8daff;
    margin-bottom: 0.25em;
    text-align:right;
}
.clsNonMonthCell .clsDogDayCell-date {
    /*background-color: #e5dbfc;*/
    color: #a4a4af;
}
.clsDogDayCell-acts {
    min-height: 1em;
    max-width: 8em;
}

table.clsDogActCalendar td {
    vertical-align: top;
}

.clsLeftIndent{
    padding-left:3em;
}

#lnkCustomizeGotIt{
    padding-left: 2em;
    font-size:80%;
}


.SZFontIcon {
    font-family: "SZFonts";
    font-size: 1.4em;
    xpadding: 0 .2em;
    line-height: initial;
}

.SZFontTerseIcon {
    font-family: "SZFonts";
}


.clsActTableNotes{
    padding-left: 0.2em;
    text-align:left;
    border-top: 1px solid #E3E7D0;
}


.boxListItem .clsSeparator,
.selectedBoxListItem .clsSeparator {
    /*border-bottom: 2px dashed #714AB2;*/
    border: 1px dashed #B0B0A0;
    padding: 0.25em;
    margin-right: 0.5em;
}


.clsCalNotesMonthPickerLink {
    text-align: center;
    display: inline-block;
    width: 8em;
}

tr.clsMonthNameRow td {
    font-size: 150%;
    font-weight: bold;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

tr.clsMonthNameRow td.clsStatsLeftNav {
    text-align: left;
}
tr.clsMonthNameRow td.clsStatsRightNav {
    text-align: right;
}

tr.clsMonthNameRow td.clsStatsLeftNav a,
tr.clsMonthNameRow td.clsStatsRightNav a {
    text-decoration: none;
    cursor:pointer;
}

tr.clsMonthNameRow td button {
    background-color: transparent;
    background-image: none;
    border-color: transparent;
    color: #454545;
}
tr.clsMonthNameRow td button:hover {
    color: #6d6d6d;
    border-color: #1c013d;
    /*background-color: unset;*/
}


.clsCBAssocedTextField {
    padding-left: 4em;
}

.clsCBAssocedTextField input[type="number"] {
    max-width: 4em;
}


tr.clsCustomGotIt > td.dialogFieldValue {
    padding-left: 3em;
}


#frmSearchRecipesDialogContentTable input {
    width: 100%;
}

.searchResultsTable h3 {
    font-size: 12px;
}

input[type="number"].clsDurationSubfield,
input[type="text"].clsDurationSubfield {
    max-width: 39px;
    text-align: right;
    padding-right: 8px;
}


.clsRecipeSearchDescription {
    white-space: normal;
    max-height: 10em;
    overflow-y: auto;
}
.clsRecipeDescriptionCell > h2 {
    margin-top: 0.25em;
}

td.clsRecipeDescriptionCell {
    border-bottom: 15px solid #d8daff;
    padding-left: 0.75em;
}

tr:last-child > td.clsRecipeDescriptionCell {
    border-bottom-width: 0;
}


.clsWhiteSpacePreWrap{
    white-space: pre-wrap
}
.clsMaxWidthNarrow {
    max-width: 20em;
}
.clsMaxWidthMedium {
    max-width: 30em;
}




/*
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    XXX
    XXX Start of Calendar-Notes Specific Style Classes
    XXX
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
*/
tr.clsCalNotesActCalDayHeaderRow td {
    text-align: center;
    font-weight: bold;
    padding: 0;
}

/*
tr.clsFirstDayRowPostHeader td {
    padding-top: 0;
}
*/
tr.clsFirstDayRowPostHeader td .clsCalNotesDayCell {
    margin-top: 0;
}

.clsEmptyCalNotesCell, .clsCalNotesDayCell {
    margin-top: 0.5em;
    margin-left: 0.1em;
}

.clsEmptyCalNotesCell{
    background-color:#e5dbfc;
    border-top:0.6em solid white;
    border-right:2px solid white;
    border-left:2px solid white;
    border-bottom:2px solid white;
}
tr.clsFirstDayRowPostHeader td.clsEmptyCalNotesCell {
    border-top: unset;
}

.clsCalNotesDayCell{
    border:2px solid #d8daff;
    /*min-width:6em;*/
    padding:0 0 0.25em 0;
    cursor:pointer;
}
.clsCalNotesDayCell:hover {
    border-color: orange;
    background-color: #b8b0f0;
}
.clsCalNotesDayCell .clsCalNotesNoteText:hover,
.clsCalNotesDayCell-date:hover {
    background-color: #D0BEF8;
}

.clsCalNotesDayCell-date.clsEmpty:hover{
    /* Ensure that when there are no activities defined, the date part of the
        day-cell isn't distinguished from the rest of the cell.
    */
    background-color:#b8b0f0;
}

.clsCalNotesDayCell-date, .clsCalNotesDayCell-acts {
}
.clsCalNotesDayCell-date {
    min-width: 10em;

    border-bottom: 1px dashed #d8daff;
    margin-bottom: 0.25em;
    text-align:right;
}
.clsNonMonthCell .clsCalNotesDayCell-date {
    /*background-color: #e5dbfc;*/
    color: #a4a4af;
}
.clsCalNotesDayCell-acts {
    min-height: 6.5em;
    max-width: 12em;
}

table.clsCalNotesActCalendar td {
    vertical-align: top;
}


.clsCalNotesNoteText {
    min-width: 10em;
    border-top: 1px dotted black;
    margin-top: 5px;
    padding: 0.25em 0.3em 0.25em 0.3em;
    white-space:pre-wrap;
}
.clsCalNotesNoteText:first-child {
    border-top: none;
    margin-top: 0;
}



/*
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    XXX
    XXX End of Calendar-Notes Specific Style Classes
    XXX
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
*/


















.clsRecentPinButton {
    background-image: unset;
    background-color: unset;
    border-color: transparent;
    width: 2em;
    margin-left: 2em;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.clsRecentPinButton span.FontAwesomeIcon,
.clsRecentPinButton span.FontAwesomeTerseIcon,
.clsRecentPinButton span.IoniconIcon,
.clsRecentPinButton span.IoniconTerseIcon
{
    color: #1c013d
}


.clsRecentPinButton:hover span.FontAwesomeIcon,
.clsRecentPinButton:hover span.FontAwesomeTerseIcon,
.clsRecentPinButton:hover span.IoniconIcon,
.clsRecentPinButton:hover span.IoniconTerseIcon {
    background-image: unset;
    color: #fff
}


/* Customizing Moraware */
.menuSubmenuChevron {
    margin-top: auto;
    margin-bottom: auto;
}

.clsNoteText {
    border-top: 1px dotted black;
    margin-top: 5px;
    padding-top: 5px;
    min-width: 8em;
}
.clsNoteText:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}


/*   MORAWARE - MONTH TEXT FIELD EXTENSION       */
input[type="month"] {
    padding-left: .25em;
    height: 2.5em;
}
input[type=month] {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 2px;
    box-sizing: content-box;
    /*TODO-(instead of the above)-Maybe:
    padding:12px;
    box-sizing: border-box;
    */
    border-radius: 4px;
    outline: none;
    color: #454545;
    font-weight: 400;
}

input[type=month] {
    border: 1px solid #B0B0A0;
}

table.clsDeathCalendar{
    border-collapse:collapse;
}

.clsDeathCalendar td {
    padding-bottom: 0;
    padding-top: 0;
    font-size: 12px;
}

.clsDeathCalendar td.paddingTopHuge {
    padding-top: 20px;
}
.clsDeathCalendar td.paddingTopLarge {
    padding-top: 10px;
}


.clsTimeBumpCenterNumber {
    position: relative;
    left: -1.9em;
    font-size: 12px;
    font-weight: bold
}

button:hover .clsTimeBumpCenterNumber {
    color: white;
}

.clsTimeBumpCenterNumber.extraLeft {
    left:-2em;
}


.clsWarningMessageEmphasis {
    color: #5C0536
}



/* Look for these pixel values in code... */

@media screen and (max-height:300px)
{
    .clsWeightGraphCNR
    {
        height:250px;
    }
}

@media screen and (min-height:301px) and (max-height:350px)
{
    .clsWeightGraphCNR
    {
        height:300px;
    }
}

@media screen and (min-height:351px) and (max-height:400px)
{
    .clsWeightGraphCNR
    {
        height:350px;
    }
}


/* Hits the iPhone 5 */
@media screen and (min-height:401px) and (max-height:640px)
{
    .clsWeightGraphCNR
    {
        height:350px;
    }
}


/* iPhone 6 */
@media screen and (max-width:375px) and (max-height:667px)
{
    .clsHideOnPhone {
        display: none;
    }
}

@media screen and (min-height:641px) and (max-height:750px)
{
    .clsWeightGraphCNR
    {
        height:550px;
    }
}


@media screen and (max-width: 667px)
{
    h2
    {
        font-size:14px;
        color:black;
    }
    .shrinkFontForSmall
    {
        font-size:80%;
    }
    .extraForBigScreen
    {
        display:none;
    }
    .textfield-wide
    {
        width:380px
    }
    .textfield-amount
    {
        width:6em;
    }

    .ui-dialog .ui-dialog-content
    {
        padding:0;
    }
    .ui-widget
    {
        font-size:1em;
    }
    tr.oddSLRow td
    {
        padding:.75em .2em;
    }
    tr.oddSLRow td.recipeListing
    {
        padding-top:.25em;
        padding-bottom:.25em;
    }
    tr.oddSLRow td.recipeSubListing
    {
        padding-left:2em;
    }

    tr.evenSLRow td
    {
        padding:.75em 0.2em;
    }
    tr.evenSLRow td.recipeListing
    {
        padding-top:.25em;
        padding-bottom:.25em;
    }
    tr.evenSLRow td.recipeSubListing
    {
        padding-left:2em;
    }

    tr.evenSLRow td.alphaIndexColumn
    {
        padding:0
    }
    td.alphaIndexColumn td
    {
        padding:0em 0em
    }

    .clsUserOptions div
    {
        padding:.5em 0.2em;
    }

    div.clsPopupRow
    {
        padding:.5em 0.2em;
    }

    .actionButtonBar button
    {
        padding:.6em .5em;
        margin:1.1em .5em .2em 1em;
        -webkit-appearance:none;

        background: linear-gradient(#fff, #ccc);
    }

    button
    {
        padding:.4em 1em;
        margin:.2em .7em .2em .7em;
    }
    #locationListContent button{
        padding:0;
        margin:0;
    }

    button.tightButton
    {
        padding:.2em .75em;
        margin:.6em 0em .2em 0em;
        min-height:28px;
    }

    .bigButton
    {
        font-size:150%;
        font-weight:bold;
        margin-top:0em;
    }
    button.bigButton
    {
        padding:.4em .8em;
        margin:0em 0.3em 0em 0.2em;
        white-space:nowrap;
    }

    .popupMenuButton.bigButton{
        margin-left:auto;
        margin-right:auto;
        margin-top:.5em;
        font-size:160%;
    }
    .subordinateButtonGroup{
        text-align:center;
    }
    .bigButtonCell
    {
        margin:0em;
        padding:0em;
    }
    .actionButtonBar .subordinateButtonGroup button {
        #margin-left:0.3em;
        margin-left:auto;
        margin-right:auto;
    }

    .cnrPopupCloseButton
    {
        padding-right:.2em;
    }

    .cnrPopupCloseButton .FontAwesomeIcon{
        font-size:35px;
    }

    .cnrPopupCloseButton img
    {
        height:auto
    }


    .divRecipeImg
    {
        max-width:350px;
        max-height:300px;
        overflow:auto;
    }

    .popupMenuButton{
        display:block;
        width:100%;
        font-size:110%;
    }

    .popTitle{
        min-width:15em;
    }
    .selectedPopupListItem{
        font-size:120%;
        padding-top:.5em;
        padding-bottom:.5em;
    }
    .clsSingPop .linkCell{
        font-size:120%;
        padding-top:.5em;
        padding-bottom:.5em;
    }
    .clsSingPop hr{
        margin-top:.3em;
        margin-bottom:.3em;
    }

    .clsSingPop .clsUserOptions a{
        font-size:80%;
    }

    .locationSOContent{
        margin-right:0;
    }

    tr.clsMonthNameRow td {
        padding-top:0;
    }
    .clsMonthNameRow button {
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    .clsMonthNameRow button span.FontAwesomeIcon {
        padding-left: 10px;
        padding-right: 10px;
    }
}


@media screen and (min-width:668px){
    .textfield-wide
    {
        width:400px;
    }
    .textfield-amount
    {
    }

    div.clsPopupRow
    {
        padding:.3em 0;
    }

    .extraForBigScreen
    {
    }
    .smallScreenOnly
    {
        display:none;
    }

    .cnrPopupCloseButton
    {
        padding-right:.4em;
    }

    .cnrPopupCloseButton .FontAwesomeIcon{
    }

    .cnrPopupCloseButton img
    {
        width:100%;
        height:auto
    }


    .divRecipeImg
    {
        max-width:600px;
        max-height:600px;
        overflow:auto;
    }

    .subordinateButtonGroup{
        margin-left:5em;
        text-align:right;
    }
    .bigButtonCell{
        float:left;
    }
}


.foreRot90
{
    cursor:pointer;
    -webkit-animation: foreRot90KeyFrames 0.4s linear 0s ;
    -webkit-animation-fill-mode:forwards;
}

@-webkit-keyframes foreRot90KeyFrames
{ 
    0% {  -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(90deg); }
}



.backRot90
{
    cursor:pointer;
    -webkit-animation: backRot90KeyFrames 0.4s linear 0s ;
    -webkit-animation-fill-mode:forwards;
}

@-webkit-keyframes backRot90KeyFrames
{ 
    0% { -webkit-transform: rotate(90deg); }
    100% {  -webkit-transform: rotate(0deg); }
}



.sliderClosed
{
    float:right;
    white-space:nowrap;
    overflow:hidden;
    width:0em;
}


.sliderOpening
{
    white-space:nowrap;
    overflow:hidden;

    -webkit-animation:slidingOpenKeyFrames 0.8s linear 0s;
    -webkit-animation-fill-mode:forwards;
}
@-webkit-keyframes slidingOpenKeyFrames
{
    0%{ width:0em; }
    100%{ width:100%; }
}

.sliderClosing
{
    white-space:nowrap;
    overflow:hidden;

    -webkit-animation:slidingCloseKeyFrames 0.4s linear 0s;
    -webkit-animation-fill-mode:forwards;
}
@-webkit-keyframes slidingCloseKeyFrames
{
    0%{ width:100%; }
    100%{ width:0em; }
}



.altSliderOpening
{
    font-size:80%;
    background:white;
    margin:0em;
    padding:0.05em;
    border:1px solid #808080;
    position:absolute;
    vertical-align:middle;
    overflow:hidden;
    white-space:nowrap;
    width:0;
    top:0;
    right:0;
    -webkit-animation:altSliderOpeningKeyFrames .3s linear 0s;
    -webkit-animation-fill-mode:forwards;
}
@-webkit-keyframes altSliderOpeningKeyFrames
{
    0%{ width:0; right:0;}
    100%{ width:10em;right:.2em;}
}



.altSliderClosing
{
    font-size:80%;
    background:white;
    border:1px solid #808080;
    position:absolute;
    vertical-align:middle;
    overflow:hidden;
    white-space:nowrap;
    width:0;
    top:0.0em;
    right:0;
    -webkit-animation:altSliderClosingKeyFrames .2s linear 0s;
    -webkit-animation-fill-mode:forwards;
}
@-webkit-keyframes altSliderClosingKeyFrames
{
    0%{ width:10em;}
    99%{ width:0; }
    100%{ display:none;border:none; }
}


.hiddenSlider
{
    display:none;
}


@media screen and (max-width: 550px)
{
    .altSliderOpening
    {
        margin:.4em 0 .4em .4em;
        padding:.4em 0 .4em .4em;
    }
    .altSliderClosing
    {
        margin:.4em 0em .4em .4em;
        padding:.4em -.2em .4em .4em;
    }
}



@media screen and (max-height:550px)
{
    .divScrollingTable
    {
        max-height:16em;
        overflow:scroll
    }
}
@media screen and (min-height:551px)
{
    .divScrollingTable
    {
        max-height:25em;
        overflow:scroll
    }
}




/*
    Override JT...
*/
@media only screen and (max-width: 750px) {
    .clsHideOnPhone {
        display:none;
    }



    .uiv2dialogContent table:first-child {
        padding-left: 0;
        padding-right: 0;
    }

    .hideWhenNarrow, td.toolStripTitleHolder .toolStripTitle.hideWhenNarrow {
        display: none;
    }

    textarea.largeTextArea {
        min-height: 12em;
    }

    table.clsDogActCalendar{
        border-collapse:collapse;
    }
    table.clsDogActCalendar td{
        padding-left:0;
        padding-right:0;
    }
    .clsDogDayCell, .clsEmptyDogCell {
        border-width: 1px;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
    table.clsDogActCalendar sup{
        font-size:8px;
        margin-left:-2px;
        top:-1em;
    }

    .dogActivityDateSection {
        height: 1.75em;
        vertical-align: bottom;
        display: inline-block;
        position: relative;
        top: 0.2em;
    }



    /*
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    XXX
    XXX Start of Calendar-Notes Specific Style Classes
    XXX
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    */
    .clsCalNotesDayCell-date {
        min-width: 3.5em;
    }
    .clsCalNotesNoteText {
        min-width: 3.5em;
    }

    table.clsCalNotesActCalendar {
        border-collapse: collapse;
    }
    table.clsCalNotesActCalendar td{
        padding-left:0;
        padding-right:0;
    }
    .clsCalNotesDayCell, .clsEmptyCalNotesCell {
        border-width: 1px;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
    table.clsCalNotesActCalendar sup{
        font-size:8px;
        margin-left:-2px;
        top:-1em;
    }
    /*
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    XXX
    XXX End of Calendar-Notes Specific Style Classes
    XXX
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    */

}

@media only screen and (min-width: 751px) {
    .hideWhenNotNarrow,
    td.toolStripTitleHolder .toolStripTitle.hideWhenNotNarrow {
        display: none;
    }

    .clsTimeBumpCenterNumber {
        left: -1.6em;
    }

    .clsTimeBumpCenterNumber.extraLeft {
        left: -1.7em;
    }
}


