/*$Id$*/
html{
  font-size: 62.5%;
  overflow: hidden;
}
html, body, main, section, article, aside, header, footer, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, table, tr, th, td,  button {
   margin: 0;
   padding: 0;
   border: 0;
   outline: 0;
   vertical-align: baseline;
   background: transparent;
   box-sizing:inherit;
}
input,textarea{
   box-sizing:border-box;
   font-family: inherit;
   font-size: inherit;
   font-variant-ligatures: none;
}
input[type="radio"],input[type="checkbox"]{
  margin-right: 5px;
}
strong{
  font-weight: 600;
}
textarea{
  border: 1px solid var(--zsheet-grey-11-1);
  background: var(--zsheet-white-3);
  color: var(--zsheet-body-text);
  border-radius: 4px;
  resize: none;
  outline: none
}
textarea:focus,
.importwrapper .urlVal:focus{
    border-color: var(--zsheet-input-focus);
}
ol, ul {
   list-style: none;
}
ins {
   text-decoration: none;
}
del {
   text-decoration: line-through;
}
.txtUnderLine:hover, .txtDecUndLine {
  text-decoration: underline;
}
#zsPublicUrlLink.zsNoHyperLink,.zsNoHyperLink{
  cursor: default;
}
#zsPublicUrlLink.zsNoHyperLink:hover,.zsNoHyperLink{
  text-decoration: none;
}
select{
/*    background: var(--zsheet-zmenu);
    border-color: var(--zsheet-grey-11-1);*/
    color: var(--zsheet-body-text)
}
input:disabled{
  color: var(--zsheet-grey-16-1);
  background: var(--zsheet-white-3);
}
fieldset{
  border: 1px solid var(--zsheet-grey-11-1)
}
body, html {
   height: 100%;
   width: 100%;
   margin: 0;
   background: var(--zsheet-white-7);
   font-family: 'Zoho_Puvi_UI', Helvetica, Arial, sans-serif;/*Changes has to be done in sheetlisting.css, adminpanel.css, error.css, sheetform.css,sheetimagelayout.css,browsersupport.css*/
   font-weight: 400;
   color: var(--zsheet-body-text);
   font-variant-ligatures: none;
   overflow:hidden;
   box-sizing: border-box;
   line-height: 1.4;
}
button{
  color: var(--zsheet-body-text);
  font-family: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
}
body{
     scrollbar-color: var(--zsheet-grey-12-2) var(--zsheet-grey-4);
     font-size: 1.3rem;
}
body ::-webkit-scrollbar {
  width: 14px;
  height: 14px;
}
body ::-webkit-scrollbar-track{
  background: var(--zsheet-grey-4);
}
body ::-webkit-scrollbar-thumb{
    border: 3px solid var(--zsheet-grey-4);
    background: var(--zsheet-grey-12-2);
    border-radius: 10px;
    height: 30px;
}
body ::-webkit-scrollbar-corner {
  background-color: transparent;
}
.sPanel{
  scrollbar-color: var(--zsheet-grey-12-2) var(--zsheet-grey-4);
}
.sPanel ::-webkit-scrollbar-track{
  background: var(--zsheet-grey-4);
}
.sPanel ::-webkit-scrollbar-thumb{
    border: 3px solid var(--zsheet-grey-4);
}
@media screen and (max-width: 800px) {
  body {
    min-width: 800px;
    overflow: auto;
  }
  html{
    overflow: auto;
  }
  .sheetTabHldrCtn.wid{
    min-width: 800px;
  }
  .mainGrid{
    min-width: 800px;
  }
}
button:hover {
   cursor: pointer;
}
a {
   text-decoration: none;
   color: inherit;
}
iframe {
   border: none;
}

input[type="text"],.txtBox,.plotText,.txtBoxBg{
    height: 30px;
    background: var(--zsheet-white-3);
    border: 1px solid var(--zsheet-grey-11-1);
    padding-left: 10px;

}
input{
    box-sizing:border-box;
    outline: none;
    border-radius: 4px;
    color: var(--zsheet-body-text);
}
input[type="text"]:focus,input[type="search"]:focus,.txtBox:focus{
    border-color: var(--zsheet-input-focus);
    border-radius: 4px;
}
.txtBox{
    width: 100%;
    border: 1px solid var(--zsheet-grey-11-1);
    padding-left: 5px;
    box-sizing: border-box;
}
.srchBox{
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    position: relative;
    padding-left: 10px;
    width: 130px;
    padding: 1px 0 1px 20px;
    box-sizing: border-box;
}
.srchBox:before{
    content: '';
    height: 5px;
    width: 5px;
    border: 2px solid #8f8f8f;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 5px;
}
.srchBox:after{
    content: '';
    position: absolute;
    top: 10px;
    height: 5px;
    width: 2px;
    background: #8f8f8f;
    left: 13px;
    transform: rotate(-45deg);
}
.srchBox input{
    border:none;
    outline: none;
    width: 90%;
}
.bdr{
  border: 1px solid var(--zsheet-grey-11-1)
}
.bdrDark{
  border: 1px solid var(--zsheet-grey-11-1);
}
.bdrLeftDark{
  border-left: 1px solid var(--zsheet-grey-11-1);
}
.bdrRightDark{
  border-right: 1px solid var(--zsheet-grey-11-1);
}
.bdrRad4 {
  border-radius: 4px;
}
.bdrRad5 {
  border-radius: 5px;
}
.bdrRad8 {
  border-radius: 8px;
}
.bdrRad10 {
  border-radius: 10px;
}
.bdrRad20 {
  border-radius: 20px;
}
.bdrBtm{
    border-bottom: 1px dashed var(--zsheet-grey-11-1);
}
.accBdrBtm{
    border-bottom: 1px dashed var(--zsheet-accordion-border);
}
.bdrBtmSolid{
    border-bottom: 1px solid var(--zsheet-grey-11-1);
}
.bdrTopSolid{
    border-top: 1px solid var(--zsheet-border);
}
.bdr{
    border: 1px solid var(--zsheet-grey-11-1);
}
.bdrLeft{
    border-left: 1px solid var(--zsheet-grey-11-1);
}
.bdrRight {
    border-right: 1px solid var(--zsheet-grey-11-1);
}
.dspTbl{
    display: table;
    table-layout: fixed;
    width: 100%
}
.dspTblAuto{
    table-layout: auto;
}
.bdrCollapse{
  border-collapse: collapse;
}
.spChrtCtn .dspTblAuto .dspTblRow:first-child .dspTblCell:first-child{
  width: 40%;
}
.dspTblGrow{
    table-layout: auto;
}
.dspTblGrow .dspTblCell{
  white-space: nowrap;
}
.dspTblGrow .dspTblCell:last-child{
    width: 100%;
    padding-left: 10px;
    box-sizing: border-box;
}
.tableFixed {
  table-layout: fixed;
}

.dspTblGrow .dspTblInnerGrow .dspTblCell:last-child{
    width: auto;
    padding-left: 0
}
.dspTblRow{
    display: table-row;
}
.dspTblCell{
    display: table-cell;
    vertical-align: middle;
    padding: 8px 0;
    position: relative;
}
.dspTblCell.pl5{
	padding-left: 5px;
}
.dspTblCell.pr5{
	padding-right: 5px;
}
.dspTblCell.dspTblCellBase{
    vertical-align: baseline;
}
.dspVerMid{
    vertical-align: middle;
}
.dspVerTop{
    vertical-align: top;
}

.boxBorder{
    box-sizing: border-box;
}
.fldSetLgnd{
    width:100%;
    position: relative;
    margin-bottom:5px;
    float: left;
    z-index: 1;
}
.fldSetLgnd:before{
    width: 100%;
    content: '';
    height: 1px;
    border-bottom: 1px dashed var(--zsheet-grey-11-1);
    top: 50%;
    z-index: -1;
    position: absolute;
}
.zMenuFldset .fldSetLgnd{
  margin: 0;
}
.zMenuFldset .fldSetLgnd:before{
  border-bottom: 1px solid var(--zsheet-grey-12-3);
}
.fldSetLgndSolid.fldSetLgnd:before{
  border-bottom-style: solid;
}
.fldSetLgnd span,.sPanel .spChrtTypes .fldSetLgnd span,.fldSetLgnd.fldSetLgndWhite span,.sPanel .fldSetLgnd.fldSetLgndWhite span{
    background: var(--zsheet-white-2);
    padding-right: 5px;
    color: var(--zsheet-grey-16-1);
}
.sPanel .fldSetLgnd span{
  background: var(--zsheet-grey-5-1)
}
.posAbsHCen{
  left: 50%;
  transform: translateX(-50%);
}
.posAbsVCen{
  top: 50%;
  transform: translateY(-50%);
}
.posAbsVHCen{
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.t2{
  top: 2px;
}
.t3{
    top: 3px;
}
.t24{
  top: 24px;
}
.r0{
    right: 0;
}
.r3{
  right: 3px;
}
.r10{
  right: 10px;
}
.r20 {
  right: 20px;
}
.l3{
  left: 3px;
}
.l25 {
  left: 25px;
}
.l35 {
    left: 35px;
}
.b20 {
  bottom: 20px;
}
.p0{
  padding: 0;
}
.p5 {
    padding: 5px;
}
.p6 {
    padding: 6px;
}
.p8 {
    padding: 8px;
}
.p10 {
    padding: 10px;
}
.p15 {
    padding: 15px;
}
.pl8{
    padding-left: 8px;
}
.p20{
    padding: 20px;
}
.p25{
  padding: 25px;
}
.pl15{
    padding-left: 15px;
}
.pl16{
    padding-left: 16px;
}
.pl10{
    padding-left: 10px;
}
.pl0{
    padding-left: 0;
}
.pt1 {
  padding-top: 1px;
}
.pt3 {
  padding-top: 3px;
}
.pt5 {
    padding-top: 5px;
}
.pt7{
    padding-top: 7px;
}
.pt8{
  padding-top: 8px;
}
.pt10 {
    padding-top: 10px;
}
.pt18 {
  padding-top: 18px;
}
.pt20 {
    padding-top: 20px;
}
.posRel{
  position: relative;
}
.posAbs {
    position: absolute;
}
.pb1  {
  padding-bottom: 1px;
}
.posSticky{
  position: sticky;
  top: 0;
  z-index: 1;
  background: var(--zsheet-white-2);
}
.sPanel .posSticky{
  background: var(--zsheet-sidepanel);
}
.pb3  {
  padding-bottom: 3px
}
.pb5 {
    padding-bottom: 5px;
}
.pb4 {
    padding-bottom: 4px;
}
.pb8{
    padding-bottom: 8px;
}
.pb10 {
    padding-bottom: 10px;
}
.pb18 {
  padding-bottom: 18px;
}
.pl4 {
    padding-left: 4px;
}
.pl5 {
    padding-left: 5px;
}
.pr4 {
    padding-right: 4px;
}
.pr5 {
    padding-right: 5px;
}
.pr8 {
    padding-right: 8px;
}
.pr15 {
    padding-right: 15px;
}
.pr16 {
    padding-right: 16px;
}
.pr10 {
    padding-right: 10px;
}
.pl20 {
    padding-left: 20px;
}
.pl30 {
    padding-left: 30px;
}
.pl35 {
    padding-left: 35px;
}
.pl1 {
  padding-left: 1px;
}
.pl2 {
  padding-left: 2px;
}
.pl3{
    padding-left: 3px;
}
.pr3{
    padding-right: 3px;
}
.pt2{
    padding-top: 2px;
}
.pr20 {
    padding-right: 20px;
}
.pl25 {
    padding-left: 25px;
}
.pr25 {
    padding-right: 25px;
}
.pt15 {
    padding-top: 15px;
}
.pb0{
    padding-bottom: 0;
}
.pb2 {
    padding-bottom: 2px;
}
.pb15 {
    padding-bottom: 15px;
}
.pb20 {
    padding-bottom: 20px;
}
.pb30 {
     padding-bottom: 30px;
}
.pl40 {
    padding-left: 40px;
}
.pr40 {
    padding-right: 40px;
}
.m0A {
  margin: 0 auto;
}
.mt0 {
    margin-top: 0;
}
.mt4 {
    margin-top: 4px;
}
.mt8 {
  margin-top: 8px;
}
.mb0 {
    margin-bottom: 0;
}
.mb10 {
    margin-bottom: 10px;
}
.mb15{
  margin-bottom: 15px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb5 {
    margin-bottom: 5px;
}
.mb8{
  margin-bottom: 8px;
}
.mt2{
  margin-top: 2px;
}
.mt3{
  margin-top: 3px;
}
.mt5{
    margin-top:5px;
}
.mtAuto{
  margin-top: auto;
}
.mb3 {
    margin-bottom: 3px
}
.ml0 {
    margin-left: 0;
}
.ml2 {
    margin-left: 2px;
}
.ml5 {
    margin-left: 5px;
}
.ml30{
  margin-left: 30px;
}
.mr0 {
    margin-right: 0;
}
.mr15 {
    margin-right: 15px;
}
.mr16 {
    margin-right: 16px;
}
.mr2 {
    margin-right: 2px;
}
.mr20 {
    margin-right: 20px;
}
.mr30 {
    margin-right: 30px;
}
.mr40 {
    margin-right: 40px;
}
.mr3 {
    margin-right: 3px;
}
.mr5 {
    margin-right: 5px;
}
.mr8 {
    margin-right: 8px;
}
.mr10 {
    margin-right: 10px;
}
.mt10 {
    margin-top: 10px;
}
.mt15 {
    margin-top: 15px;
}
.mt20 {
    margin-top: 20px;
}
.mt25 {
    margin-top: 25px;
}
.mt30 {
    margin-top: 30px;
}
.mt40 {
    margin-top: 40px;
}
.ml3 {
    margin-left: 3px
}
.ml4 {
    margin-left: 4px;
}
.ml8 {
    margin-left: 8px;
}
.ml16 {
    margin-left: 16px;
}
.ml10 {
    margin-left: 10px
}
.marginMinus10LR{
    margin-left: -5px;
    margin-right: -5px;
}
.ml15 {
    margin-left: 15px
}
.ml20 {
    margin-left: 20px
}
.ml40 {
    margin-left: 40px
}
.fnt0{
  font-size: 0;
}
.fnt8{
  font-size: .8rem;
}
.fnt10{
  font-size: 1rem;
}
.fnt11,.fnt11.Zsbtn,.fnt11.Zsbtn.Zsbtn-grey{
  font-size: 1.1rem;
}
.fnt12,.fnt12.Zsbtn,.fnt12.Zsbtn.Zsbtn-grey{
  font-size: 1.2rem;
}
.fnt13 {
    font-size: 1.3rem;
}
.fnt14 {
    font-size: 1.4rem;
}
.fnt15 {
    font-size: 1.5rem;
}
.fnt16 {
    font-size: 1.6rem;
}
.fnt18 {
    font-size: 1.8rem;
}
.fnt20{
  font-size: 2rem;
}
.fnt22 {
  font-size: 2.2rem;
}
.fnt24 {
  font-size: 2.4rem;
}
.fnt26{
  font-size: 2.6rem;
}
.fnt30{
  font-size: 3.0rem;
}
.fnt32{
  font-size: 3.2rem;
}

.fnt-primary{
    color: var(--zsheet-primary);
}
.fnt-warning{
    color: var(--zsheet-warn-text-color);
}
.fnt-black-always{
  color: var(--zsheet-body-text-always);
}
.fnt-grey{
    color: var(--zsheet-grey-14);
}
.fnt-darkgrey{
    color: var(--zsheet-grey-16-1);
}
.fnt-Ngrey{
    color: var(--zsheet-grey-14);
}
.fnt-error{
  color: var(--zsheet-error-text)
}
.fnt-success{
  color: var(--zsheet-success-text);
}
.fnt-txtBlue{
  color: var(--zsheet-hyperlink);
}
.fnt-teal{
  color: #209BC3;
}
.fnt-info{
  color: var(--zsheet-info-text);
}
.fnt-whiteAlways{
  color: var(--zsheet-white-1);
}
.fnt-white{
  color: var(--zsheet-white-2);
}
.fnt-bodyTxtAlways {
    color: var(--zsheet-body-text-always);
}
.fnt-normal{
  font-weight: normal;
  font-style: normal;
}
.fnt-lato{
  font-weight: 400;
}
.fnt-italic{
  font-style: italic;
}
.txt_left {
    text-align: left;
}
.txt_cen {
    text-align: center;
}
.txt_right {
    text-align: right;
}
.txt_up {
    text-transform: uppercase;
}
.txt_low {
    text-transform: lowercase;
}
.txt_capitalize {
    text-transform: capitalize;
}
.align_self {
    -ms-align-self: flex-start;
    align-self: flex-start;
}
.align_selfEnd{
  align-self: flex-end;
}
.alignStretch{
  align-self: stretch;
}
.dspFlex {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    -ms-justify-content: flex-start;
    /*flex-flow: row wrap;*/
    justify-content: flex-start;
    float: none;
}
.dsp_none{
  display: none;
}
.flxWrap{
  flex-wrap: wrap;
}
.justSpacebtw{
    justify-content: space-between;
}
.justSpaceEve{
    justify-content: space-evenly;
}
.justFlxEnd{
    justify-content: flex-end;
}
.rowReverse {
  flex-direction: row-reverse;
}
.colDir{
  flex-direction: column;
}
.colReverse{
    flex-direction: column-reverse;
}
.rowDir{
  flex-direction: row;
}
.algnCnt{
    -ms-align-items:align-center;
    align-items:center;
}
.algnStart{
  align-items: flex-start;
}
.algnEnd{
  align-items: flex-end;
}
.justCnt{
    justify-content: center;
}
.alignCol{
  flex-direction:column;
}
.alignColRev{
  flex-direction:column-reverse;
}
.flxGrow{
  flex-grow:1;
}
.flxShrink{
  flex-shrink:0;
}
.dsp_blk{
    display: block
}
.dsp_inblk {
    display: inline-block;
}
.dsp_flx{
  display: flex;
}
.dspInline {
    display: inline;
}
.dspInFlx {
  display: inline-flex;
}
.hgtAuto{
  height: auto;
}
.hgt100{
  height:100%;
}
.hgt50{
  height: 50%;
}
.hgt28px {
  height: 28px;
}
.hgt32px {
    height: 32px;
}
.hgt48px {
  height: 48px;
}
.hgt50px,.hgt50px.txtBox{
  height: 50px;
}
.hgt400px{
  height: 400px;
}
.hgt30Px,.hgt30Px.srchInpBox{
  height: 30px;
}
.ovrflw_auto,.scrollDialog {
  overflow: auto;
}
.ovrflw_visible {
  overflow: visible;
}
.ovrflwYScroll{
  overflow-y: scroll;
}
.ovrflwYAuto{
  overflow-y: auto;
}
.visiblityHidden{
    visibility: hidden;
}
.ZsIcoBtn{
  border-radius: 3px;
  border: 1px solid var(--zsheet-grey-11-1);
  background-color: var(--zsheet-grey-4-1);
  transition: .3s ease;
  color: var(--zsheet-body-text);
  padding: 2px 5px
}
.shIconsHldr > li button.ZsIcoBtn:hover,.ZsIcoBtn:hover{
  background-color: var(--zsheet-grey-6);
}
.Zsbtn,
.sPDatCln .btn,
#zd_share_loading_button,
.zdialog__footer .zbutton.zbutton--primary,
.zbutton.zactionbutton--back,.zdialog__footer .zbutton--medium,.zbutton.zbutton--primary,
#zdc_visible_share_button,
#zd_share_button,
#zdc_visible_cancel_button,
#zd_cancel_button,.ui-dialog-buttonset .ui-button,
.Zsbtn-inverse-grey,
.zbutton--small{
    padding: 7px 16px 7px 16px;
    text-align: center;
    -webkit-appearance: none;
    background: linear-gradient(to right, var(--zsheet-primary) 0%, var(--zsheet-primary-to) 51%, var(--zsheet-primary) 100%);
    transition: all .2s ease;
    float: left;
    color: var(--zsheet-white-1);
    position: relative;
    border: 1px solid var(--zsheet-primary);
    border-radius: 4px;
    background-size: 200% auto;
    font-size: 1.4rem;
    font-weight: 500;
}
.Zsbtn.ZsbtnIconPrm span{
  display: inline-block;
}
.Zsbtn.ZsbtnNoBdrRad{
  border-radius: 0;
}
.Zsbtn.fnt12{
    font-size: 1.2rem;
}
.zdlg_notifyIcon{
    float: right;
    position: relative;
    right: 20px;
    top: 3px;
}
.ZsbtnIcon{
    text-align: center;
    border: 1px solid var(--zsheet-grey-11-1);
    background: var(--zsheet-white-3);
    border-radius: 4px;
    height: 30px;
    padding: 0 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--zsheet-body-text);
}
.ZsRt.ZsbtnIcon > span{
    border-color: var(--zsheet-grey-16-1);
    border-right-color: transparent;
}
.ZsbtnIconOnly.ZsbtnIcon{
  border-radius: 4px;
  width: auto;
}
.ZsbtnSplit .Zsbtn{
    border-radius: 4px 0 0 4px;
    border-right: 0;
    height: 30px;
}
.ZsbtnSplit .ZsbtnFillArr{
    border-radius: 0 4px 4px 0;
    padding: 5px 12px;
    border-left: 1px solid #84ccae;
    margin-left: -1px;
}
.ZsbtnSplit .ZsbtnFillArr:hover{
  border-left-color: #84ccae;
}
.ZsbtnSplit .ZsbtnFillArr.Zsbtn-grey{
  border-left-color: var(--zsheet-grey-11-1);
}
.ZsbtnSplit .ZsbtnFillArr.Zsbtn:focus{
  box-shadow: none;
}
.ZsbtnFillArr:before{
    content: '';
    position: absolute;
    border: 5px solid transparent;
    border-top-color: var(--zsheet-grey-14);
    left: 6px;
}
.Zsbtn-small,.Zsbtn.Zsbtn-small:hover{
    background: var(--zsheet-white-3);
    font-size: 1.1rem;
    border-radius: 4px;
    padding: 5px;
    border-color: var(--zsheet-grey-11-1);
    color: var(--zsheet-body-text);
}
.Zsbtn-grey.ZsbtnFillArr:before{
  border-top-color: var(--zsheet-grey-14);
}
.sPDatCln .btn{
  float: right;
}
.Zsbtn.ZsbtnInfo,.Zsbtn.ZsbtnInfo:hover{
    font-size: 1.2rem;
    background: #4b90e2;
    border: 1px solid #2c8dff;
}
.Zsbtn:hover,.zbutton.zactionbutton--back:hover,.zbutton.zbutton--primary.zbutton--medium:hover,.zbutton.zbutton--primary:hover,#zdc_visible_share_button:hover,#zd_share_button:hover,.ui-dialog-buttonset .ui-button:hover,#zd_share_loading_button:hover {
    background-position: right center;
}
.zbutton:active:focus, .zbutton:active.has-focus, .zbutton.is-selected:focus, .zbutton.is-selected.has-focus{
  border-color: initial;
}
.Zsbtn-inverse,.Zsbtn-inverse:hover,
.Zsbtn-light-green,.Zsbtn-light-green:hover{
  border-color: var(--zsheet-primary);
  color: var(--zsheet-primary);
  background: linear-gradient(to right, var(--zsheet-inverted-hover) 0%,var(--zsheet-inverted-hover-to) 51%,var(--zsheet-inverted-hover) 100% );
  box-shadow: 0 0 0 0px rgba(0,0,0,.2);
  background-size: 200% auto;
}
.Zsbtn.Zsbtn-error,.Zsbtn.Zsbtn-error:hover{
    border-color: var(--zsheet-error-bg);
    color:  var(--zsheet-error-text);
    background:  transparent;

}
.Zsbtn-inverse-grey,.Zsbtn-inverse-grey:hover{
    background: var(--zsheet-grey-5);
    border: 1px solid var(--zsheet-grey-11-1);
    color: var(--zsheet-primary);
    border-radius: 0;
    padding: 10px;
    border-width: 1px 0 0;
}
.Zsbtn-light-green,.Zsbtn-light-green:hover{
    background: var(--zsheet-inverted-hover);
}
.Zsbtn-light-green:hover{
    box-shadow: 1px 1px 0 0px rgba(0,0,0,.2)   
}
.zmenu.zmenu--selectmenu{
  border-radius: 0;
}
.Zsbtn-inverse:hover{
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,.2);
    background-position: right center;
}
.Zsbtn:focus{
    box-shadow: 0 0 0 1px var(--zsheet-white-2) inset;
}
.Zsbtn.Zsbtn-grey:focus{
    box-shadow:  0 0 2px 0 #d5d5d5;
}
.Zsbtn-Arrow{
    padding-left: 20px;
}
.Zsbtn-Arrow:before{
    content: '';
    position: absolute;
    top: 7px;
    border: 5px solid transparent;
    border-left-color: #3d3d3d;
    left: 9px;
}
.Zsbtn-Arrow.zsbtn-ArrowOpen:before{
    top: 10px;
    border: 5px solid transparent;
    border-top-color: #3d3d3d;
    border-left-color: transparent;
    left: 6px;
}
.Zsbtn.Zsbtn-grey.ZsMl0{
    margin-left: 0;
}
.Zsbtn[disabled]{
    opacity: .4;
}
.ZsBtnSet{
    background: #dfdfdf;
}
.ZsBtnSet button{
    min-width: 25px;
    padding: 5px;
    text-align: center;
    color: #3d3d3d;
    position: relative;
    min-height: 20px;
    box-sizing: border-box;
}
.ZsBtnSet button.active{
    background: #666;
    color: #fff;
}
.ZsBtnSet button:last-child{
    margin-left:-4px;
    border-left: 1px solid #dfdfdf;
}
.h--clickonescape,.Zsbtn.Zsbtn-grey,.zbutton.zactionbutton--back,.zdialog__footer .zbutton--medium,#zdc_visible_cancel_button,#zd_cancel_button,.ui-dialog-buttonset .ui-button:last-child{
    border: 1px solid var(--zsheet-grey-11-1);
    background: linear-gradient(to right, var(--zsheet-grey-7) 0%, var(--zsheet-grey-3-1) 51%, var(--zsheet-grey-7) 100%);
    color: var(--zsheet-body-text);
    background-size: 200% auto;
    margin-left: 8px;
}
#zdc_visible_cancel_button > span,#zd_cancel_button > span,#zdc_visible_share_button > span,#zd_share_button > span,.ui-dialog-buttonset .ui-button > span{
  padding: 0;
}
.h--clickonescape,.Zsbtn.Zsbtn-grey:hover,.zbutton.zactionbutton--back:hover,.zdialog__footer .zbutton--medium:hover,#zdc_visible_cancel_button:hover,#zd_cancel_button:hover,.ui-dialog-buttonset .ui-button:last-child:hover {
    border-color: var(--zsheet-grey-11-1);
    background-position: right center;
}
.Zsbtn.Zsbtn-white{
    border: 1px solid var(--zsheet-grey-11-1);
    background: var(--zsheet-white-2);
    color: var(--zsheet-body-text);
}
.Zsbtn:disabled{
    cursor: default;
    opacity: 0.4;
}
.Zsbtn.Zsbtn-warning {
    background: #e85647;
    border-color: #e94736
}
.Zsbtn.Zsbtn-warningGhost{
  border-color: #e94736;
  background: transparent;
  color: #e94736;
}
.Zsbtn-primary{
    background: var(--zsheet-primary);
    color:#fff;
    border-color:#0ead55;
}

.ZsbtnDwnArr:before{
    content: '';
    position: absolute;
    height: 4px;
    width: 4px;
    border: 1px solid var(--zsheet-primary);
    transform: rotate(-136deg);
    border-width: 1px 0 0 1px;
    top: 10px;
    right: 7px;
}

.ZsbtnDwnArr{
   padding: 5px 10px;
}
.ZsbtnGrp.Zsbtn:hover{
   background: transparent;
}
.ZsNoMsg{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
    text-align: center;
    margin: 0 auto;
    color: var(--zsheet-grey-16-1);
}
.ZsEmpCtn{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}
.ZsLoader {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 2px solid var(--zsheet-primary);
    border-color: var(--zsheet-primary) var(--zsheet-primary) var(--zsheet-primary) transparent;
    height: 40px;
    width: 40px;
    transform: translate(-50%, -50%) rotate(0deg);
    border-radius: 50%;
    animation: translateLoader .8s linear infinite;
}
.ZsLoaderRel{
    display: block;
    position: relative;
}
.ZsLoaderNoTranslateTop{
    transform: translate(-50%,0);
}
.ZsLoader.ZsLoaderSmall{
    width: 25px;
    height:25px;
}
.ZsMask{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: var(--zsheet-mask-dark);
}
.ZsMaskBlack{
  background: rgba(0,0,0,.65);
}
.ZsMaskWhite{
  background: rgba(255,255,255,.5);
}
.ZClearBoth{
  clear: both;
}
.zTab {
  position: relative;
  min-height: 180px;
  clear: both;
  margin: 29px 0 25px;
  border-top: 1px solid var(--zsheet-grey-11-1);
}
.zTabCtn {
  float: left;

}
.zTabCtn > label {
  padding:5px 10px 3px;
  border-bottom: 1px solid transparent;
  margin-left: -1px;
  position: relative;
  left: 1px;
  top: -23px;
  cursor: pointer;
}
.zTab.inner{
    min-height: 65px;
    margin-bottom: 0;
}
.zTab.inner .zTabContent{
    padding:5px;
    border:1px solid #dfdfdf;
}
.zTabCtn > [type=radio] {
  display: none;
}
.zTabContent{
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  opacity: 0;
}
.zInnerTabContent {
  position: absolute;
  top: -3px;
  left: 0;
  background-color: var(--zsheet-white-3);
  right: 0;
  bottom: 0;
  padding:10px 20px;
  border: 1px solid var(--zsheet-grey-11-1);
  overflow: auto;
  opacity: 0
}
.zTabCtn > [type=radio]:checked ~ label {
  border-bottom: 2px solid var(--zsheet-primary);
  z-index: 2;
}
.zPTabContent,.zTabCtn > [type=radio]:checked ~ label ~ .zTabContent,.zTabCtn > [type=radio]:checked ~ label ~ .zInnerTabContent {
  z-index: 1;
  opacity: 1;
}
.zsTabBtm{
    height:80px;
    position: relative;
    display: flex;
    align-items:flex-end;
}
.zsTabCtn{
    position: absolute;
    height: 56px;
    border: 1px solid var(--zsheet-grey-11-1);
    top: -2px;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
}
.zsTabCtn{
  word-wrap: break-word;
  word-break: break-all;
}
.zsTabBtm input[type="radio"]{
    display: none;
}
.zsTabBtm label,.zsTabTop li{
    background: var(--zsheet-grey-4-1);
    border:1px solid var(--zsheet-grey-11-1);
    border-width: 0 1px 1px 0;
    padding: 5px 10px;
    font-size: 1.1rem;
    position: relative;
    cursor: pointer;
}
.zsTabTop li{
  float: left;
  border-width: 1px 1px 0 0;
}
.zsTabTop li:first-of-type{
  margin-left: 0;
  border-width: 1px 1px 0 1px;
}
.zsTabBtm input[type="radio"]:checked + label:before,.zsTabTop li.active:before{
    content: '';
    position: absolute;
    top:-1px;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--zsheet-white-2);
    z-index: 1
}
.zsTabTop li.active:before{
    top: auto;
    bottom: -1px;
}
.zsTabBtm input[type="radio"]:checked + label{
    border-top-color: transparent;
    background: var(--zsheet-white-2);
}
.zsTabTop li.active{
  border-bottom-color: transparent;
  background: var(--zsheet-white-2);
}
.zsTabTopCtn{
    background: var(--zsheet-white-2);
    border: 1px solid var(--zsheet-grey-11-1);
}

.zsTabVer{
  border-right: 1px solid var(--zsheet-grey-11-1);
}
.zsTabVer li{
  border-left: 2px solid transparent;
  padding: 5px 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
.zsTabVer li:hover, .bgGrey4_1{
  background: var(--zsheet-grey-4-1);
}
.zsTabVer li.active{
  border-left-color: var(--zsheet-primary);
  font-weight: 600;
  background: var(--zsheet-green-3);
}

.zsTabBtm label:first-of-type, .bdrLeft {
    border-left: 1px solid var(--zsheet-grey-11-1);
}
@keyframes translateLoader {
    1% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
.glowAnimate{
  animation: glowAnimate .5s linear;
}
@keyframes glowAnimate{
  from{
    background: #fbea9a;
  }
  to{
    background: #fefbea
  }
}
.toggleCheckBox,.toggleCheckBoxType{
    position: relative;
}
.toggleCheckBox input,.toggleCheckBoxType input {
    display: none
}
.toggleCheckBox label,.toggleCheckBoxType .toggleCheckBoxTypeSpan {
  height: 16px;
  width: 46px;
  border-radius: 20px;
  background: var(--zsheet-grey-12-1);
  display: block;
  position: relative;
  cursor: pointer;
  margin-left: auto;
  transition: background .2s ease;
  backface-visibility: hidden;
}
.toggleCheckBox label:before,.toggleCheckBoxType .toggleCheckBoxTypeSpan:before {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  position: absolute;
  content: '';
  left: 0px;
  box-shadow: 0 0 0 2px transparent, 0 1px 3px rgba(0, 0, 0, .3);
  transition: left .3s ease;
  background: var(--zsheet-white-1);
  top: -4px;
}
.toggleCheckBox input:checked +label,.toggleCheckBoxType input:checked +  .toggleCheckBoxTypeSpan {
    background: var(--zsheet-toggle-checkbox);
    border-color: transparent;
}
.toggleCheckBox input:checked +label:before,.toggleCheckBoxType input:checked +  .toggleCheckBoxTypeSpan:before {
    left: calc(100% - 25px);
    background: var(--zsheet-primary);
}
.toggleCheckBox.small label {
    height: 10px;
    width: 28px;
}
.toggleCheckBox.small label:before {
    width: 15px;
    height: 15px;
    top: -3px;
}
.toggleCheckBox.small input:checked +label:before {
    left: calc(100% - 15px);
    background: #48b071;
}
.toggleCheckBox.toggleMedium label {
  height: 13px;
  width: 36px;
}
.toggleCheckBox.toggleMedium label:before {
  width: 20px;
  height: 20px;
  top: -4px;
}
.toggleCheckBox.toggleMedium input:checked +label:before {
  left: calc(100% - 18px);
  background: #48b071;
}
.toggleCheckBox label:after {
    content:none;
    transform:rotate(-45deg);
   -webkit-backface-visibility: hidden;

}
/*.toggleCheckBox input:checked +label:after {
    position: absolute;
    content: '';
    border: 1px solid var(--zsheet-primary);
    border-width: 0 0 2px 2px;
    height: 3px;
    width: 6px;
    top: 9px;
    right: 8px;
    animation: showcheck .3s ease;
}*/
@keyframes showcheck{
    1%{
        opacity: 0;
    }
    90%{
        opacity:0;
    }
    100%{
        opacity: 1;
    }
}
@keyframes translateUp{
    from{
      transform: translateY(20px);
      opacity: .8;
    }
    to{
      transform: translateY(0);
      opacity: 1;
    }
}
.txtOverflow{
    text-overflow: ellipsis;
    width:100%;
    overflow: hidden;
    white-space: nowrap;
}
.toggleCheckBox.small input:checked +label:after {
    width: 5px;
    height: 2px;
    right: 4px;
    top: 6px;
}

.txtGrey{
    font-size: 1.1rem;
    color: var(--zsheet-grey-14-1);
}
.txtBlue{
  color: var(--zsheet-hyperlink);
}
.txtGreen{
  color: var(--zsheet-primary);
}
.txtBlue:hover,.txtGreen:hover{
  text-decoration: underline;
  cursor: pointer;
}
.bgBlue {
    background: var(--zsheet-blue-bg);
}
.bdrBlue {
    border: 1px solid var(--zsheet-blue-border);
}
.blackAlws {
    color: var(--zsheet-icon-black-always);
}
.zsDisable{
    opacity: 0.5;
    pointer-events: none;
}
.disabled{
  pointer-events:none;
  opacity:0.6;
}
.zsDisable.zsRangePicker{
  border-color: var(--zsheet-grey-11-1);
  background: var(--zsheet-white-3);
}
#zsPublicUrlLink,#zsPublicEmbedLink{
  text-decoration: none;
  color: var(--zsheet-hyperlink);
  font-size: 1.3rem;
  word-break: break-all;
}

#zsPublicUrlLink:hover{
  text-decoration: underline;
}
.ZsRt.Zsbtn{
    padding-left: 25px;
    pointer-events: all;
}
.ZsRt.Zsbtn.zsDisable{
  pointer-events: none;
}
.ZsRt.Zsbtn.Zsbtn-inverse > span{
  border-color: var(--zsheet-primary);
  border-right-color: transparent;
}
.Zsbtn > span{
    display: none
}
.ZsRt > span{
    position: absolute;
    height: 13px;
    width: 13px;
    display: block;
    animation: rotate .5s linear infinite;
    border: 2px solid var(--zsheet-white-1);
    left: 7px;
    border-radius: 50%;
    border-right-color: transparent;
    top: 8px;
}
@keyframes rotate{
    100%{
        transform: rotate(360deg);
    }
}
.wid{
    float: left;
    position: relative;
    box-sizing: border-box;
}
.flt_left{
    float: left;
}
.flt_right {
    float: right
}
.flt_none{
    float: none
}
.widAuto{
    width:auto;
}
.wid3Col{
  width: 32.9%;
}
.wid56 {
  width: 56px;
}
.wid100 {
    width: 100%;
}
.wid95 {
    width: 95%;
}
.wid45 {
    width: 45%;
}
.wid48 {
    width: 48%;
}
.wid55 {
    width: 55%;
}

.wid50 {
    width: 50%;
}
.wid58 {
    width: 58%;
}
.wid25 {
    width: 25%;
}
.wid30 {
    width: 30%;
}
.wid33{
  width: 33.33%;
}
.wid60 {
    width: 60%;
}
.wid65 {
    width: 65%;
}
.wid35 {
  width: 35%;
}
.wid37 {
  width: 37%;
}
.wid40 {
    width: 40%;
}
.wid45 {
    width: 45%;
}
.wid75 {
    width: 75%;
}
.wid70 {
    width: 70%;
}
.wid90 {
    width: 90%;
}
.wid80 {
    width: 80%;
}
.wid85 {
    width: 85%;
}
.wd15 {
  width: 15px;
}
.wd16 {
  width: 16px;  
}
.wid20 {
    width: 20%;
}
.wid15 {
  width: 15%;
}
.wid10 {
  width: 10%;
}
.wd0{
  width: 0;
}
.wd20{
  width: 20px;
}
.wd40{
    width: 40px;
}
.wd50{
    width: 50px;
}
.wd60{
    width: 60px;
}
.wd70{
  width: 70px;
}
.wd75{
  width: 75px;
}
.wd80{
    width: 80px;
}
.wd100{
    width: 100px;
}
.wd110{
    width: 110px;
}
.wd116{
    width: 116px;
}
.wd120{
    width:120px;
}
.wd130{
  width:130px;
}
.wd150{
    width:150px;
}
.wd180{
    width:180px;
}
.wd200{
    width:200px;
}
.wd225 {
    width: 225px;
}
.wd240{
    width:240px;
}
.wd250{
    width: 250px;
}
.wd280{
    width: 280px;
}
.wd300{
    width: 300px;
}
.wd350{
    width: 350px;
}
.wd400{
    width:400px;
}
.hgt8{
    height: 8px;
}
.hgt10{
    height: 10px;
}
.hgt16 {
    height: 16px;
}
.hgt20{
  height: 20px;
}
.hgt30{
    height: 30px;
}
.hgt40{
  height: 40px;
}
.hgt80{
  height: 80px
}
.ht100 {
  height: 100px;
}
.hgt120{
  height: 120px
}
.hgt150{
  height: 150px
}
.hgt420{
    height: 420px;
}
.hgt430{
    height: 430px;
}
.maxwd40{
    max-width: 40%;
}
.maxwd60{
    max-width: 60%;
}
.hgt440{
  height: 440px;
}
.hgt340{
  height: 340px;
}
.hgt460{
  height: 460px;
}
.hgt480{
  height: 480px;
}
.maxwd150{
    max-width:150px;
}
.maxwd180{
    max-width:180px;
}
.maxwd200{
    max-width:200px;
}
.maxwd230{
    max-width:230px;
}
.mxHgt120{
    max-height: 120px;
}
.maxHgt180{
    max-height: 180px;
}
.maxHgt400{
    max-height: 400px;
}
.maxwd300{
  max-width: 300px;
}
.maxWd100Per{
  max-width: 100%;
}
.accordionAlerts{
    display: none;
}
.accordionAlerts + label{
    position: relative;
    padding-left: 15px;
    width: 100%;
    cursor: pointer;
}
.accordionAlerts + label:hover{
    text-decoration: underline;
}
.accordionAlerts + label:before{
    content: '';
    position: absolute;
    left: 5px;
    top: 4px;
    border: 5px solid transparent;
    border-left-color: var(--zsheet-body-text-light);
}
.accordionAlerts:checked + label:before{
    transform: rotate(90deg);
    left: 0px;
    top:6px;
}
.accordionContent{
   height: 0;
   overflow: hidden;
   transition: .3s ease;
}
.accordionAlerts:checked + label + .accordionContent{
   height: 110px;
}
a.anchorTxt,.anchorTxt{
    text-decoration: underline;
    color:var(--zsheet-body-text-light);
}
.hyperLink{
  color: var(--zsheet-hyperlink);
  cursor: pointer;
}
.overFlwHdn{
    overflow: hidden;
}
.curPtr {
    cursor: pointer;
}
.curGrb{
    cursor: -moz-grab;
    cursor: -webkit-grab;
    cursor: grab;
}
.curMve{
    cursor: move;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
  color: var(--zsheet-grey-14);
  font-size: 1.2rem;
  padding-top: 1px;
}

input:-moz-placeholder,textarea:-moz-placeholder {
  color: var(--zsheet-grey-14);
  font-size: 1.2rem;
}

input::-moz-placeholder,textarea::-moz-placeholder {
  color: var(--zsheet-grey-14);
  font-size: 1.2rem;
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
  color: var(--zsheet-grey-14);
  font-size: 1.2rem;
}
/* To hide the key icon in safari for input type password*/
input[type="password"]::-webkit-credentials-auto-fill-button {
  margin: 0;
  width: 0;
  background-color: transparent;
}

.stTable{
    border: 1px solid var(--zsheet-grey-11-1);
    background: var(--zsheet-grey-4-1);
    box-sizing: border-box;
    border-bottom: none;
}
.stTable .dspTblCell{
    padding: 4px;
}
.stTableCtn{
    min-height: 100px;
    max-height: 180px;
    border:1px solid var(--zsheet-grey-11-1);
    overflow: auto;
}

.stTableCtn .dspTblCell{
    border-bottom:1px dashed var(--zsheet-grey-11-1);
    padding: 4px;
}
.stActionCell a{
    padding: 0 7px 0 0;
    border-right: 1px solid var(--zsheet-grey-14-1);
    font-size: 1.1rem;
}
.stActionCell a:last-child{
    border-right: none;
}
.txtError{
    color: var(--zsheet-error-text);
    font-size: 1.2rem;
    margin:5px 0;
}
.fadeOutBox {
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 88%, rgba(255,255,255,1) 99%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(78%,rgba(255,255,255,1)), color-stop(99%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 88%,rgba(255,255,255,1) 99%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 88%,rgba(255,255,255,1) 99%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 88%,rgba(255,255,255,1) 99%);
    background: linear-gradient(top bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 88%,rgba(255,255,255,1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0);
}

/******** Accordion menu start *******/
.sPChrtAcc, .sPAcrdMenu, .borbtmLine {
    border-bottom: 1px solid var(--zsheet-grey-11-1);
}
.sPChrtAcc > input[type="radio"], .sPAcrdMenu > input[type="radio"],.sPChrtAcc > input[type="checkbox"]{
    display: none;
}
.sPChrtRadioCtn, .sPAcrdRadioCtn {
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s ease;
    z-index: 1;
    padding: 0 10px;
}
/* Test other feature too */

/* Test other feature too */
.sPChrtAcc > input[type="radio"]:checked + .sPChrtRadioLbl +  .sPChrtRadioCtn,
.sPChrtAcc > input[type="checkbox"]:checked + .sPChrtRadioLbl +  .sPChrtRadioCtn,
.sPAcrdMenu > input[type="radio"]:checked + .sPAcrdRadioLbl +  .sPAcrdRadioCtn {
    max-height: 850px;
    overflow: auto;
}
.spAccFakeBg{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: var(--zsheet-green-1);
    border-top: 1px solid transparent;
    display: none;
}
.spChrtTopBdr .spAccFakeBg{
  border-top-color: var(--zsheet-grey-11-1);
}
.sPChrtAcc > input[type="radio"]:checked + .sPChrtRadioLbl + .sPChrtRadioCtn + .spAccFakeBg,
.sPChrtAcc > input[type="checkbox"]:checked + .sPChrtRadioLbl + .sPChrtRadioCtn + .spAccFakeBg,
.sPAcrdMenu > input[type="radio"]:checked + .sPAcrdRadioLbl + .sPAcrdRadioCtn + .spAccFakeBg{
    display: block;
}
.sPChrtAcc > input[type="radio"]:checked + .sPChrtRadioLbl,
.sPChrtAcc > input[type="checkbox"]:checked + .sPChrtRadioLbl,
.sPAcrdMenu > input[type="radio"]:checked + .sPAcrdRadioLbl {
    font-weight: 600;
    /* color: var(--zsheet-primary); */
}
.sPChrtAcc > input[type="radio"]:checked + .sPChrtRadioLbl:before,
.sPChrtAcc > input[type="checkbox"]:checked + .sPChrtRadioLbl:before,
.sPAcrdMenu > input[type="radio"]:checked + .sPAcrdRadioLbl:before {
    transform: rotate(135deg);
    border-color: var(--zsheet-icon);
    top: 15px
}
.sPArrowAcc .sPChrtRadioLbl:before{
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    border: 6px solid transparent;
    border-left-color: var(--zsheet-grey-dark);
    transform: rotate(0);
    top: 12px;
    right: auto;
    left: -12px;
    transition: .5s ease;
}
.sPChrtAcc.sPArrowAcc > input[type="checkbox"]:checked + .sPChrtRadioLbl:before{
    border-color: transparent;
    border-left-color: var(--zsheet-primary);
    transform: rotate(90deg);
    top: 16px;
    left:  -14px;
}
.sPChrtRadioLbl:before {
    content: '';
    position: absolute;
    height: 5px;
    width: 5px;
    border: 1px solid var(--zsheet-grey-14);
    border-width: 0 0 1px 1px;
    transform: rotate(-46deg);
    top: 8px;
    right: 7px;
    transition: .5s ease;
}
.sPChrtRadioLbl, .sPAcrdRadioLbl {
    cursor: pointer;
    padding: 10px 4px 9px;
    font-size: 1.2rem;
    text-transform: uppercase;
    color: var(--zsheet-body-text);
    transition: color .3s ease;
    z-index: 1;
}
.sPChrtRadioLbl:hover, .sPAcrdRadioLbl:hover {
  color: var(--zsheet-body-text)
}
.sPAcrdRadioLbl:before {
    content: '';
    position: absolute;
    height: 5px;
    width: 5px;
    border: 1px solid var(--zsheet-grey-14);
    border-width: 0 0 1px 1px;
    transform: rotate(-46deg);
    top: 8px;
    right: 7px;
    transition: .5s ease;
}
.sPChrtRadioLbl:before, .sPAcrdRadioLbl:before {
    top: 13px;
    right: 7px;
    z-index: 1;
}

.ZsLabelAcc input[type="checkbox"] + label:before {
    height: 13px;
    width: 13px;
    border-radius: 3px;
    top: 2px;
}
.ZsLabelAcc input[type="checkbox"]:checked + label:before {
    background: #13AD6B;
}

.ZsLabelAcc input[type="checkbox"] + label:after {
    content: '';
    width: 6px;
    height: 3px;
    position: absolute;
    border: 1px solid transparent;
    transform: rotate(-40deg) translate(-50%,-50%) scale(.6);
    border-width: 0 0 1px 1px;
    top: 5px;
    left: 7px;
    transition: transform .3s ease;
}
.ZsLabelAcc input[type="checkbox"]:checked + label:after {
    border-color: #fff;
    transform: rotate(-40deg) translate(-50%,-50%) scale(1);
}
.ZsLabelAcc input[type="checkbox"]:checked ~ .sPChrtInnrAcc{
    display: block;
    padding: 10px;
    background: var(--zsheet-inner-accordion) ;
    border: 1px dashed var(--zsheet-accordion-border);
    border-radius: 3px;
}
/*******Accordion menu end ******/


.shBtnSet{
  border: 1px solid var(--zsheet-grey-11-1);
  background: var(--zsheet-white-3);
  border-radius: 4px;
}
.shBtnSet li{
    float: left;
    padding: 0 3px;
    height: 28px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.shBtnSet li:first-child{
  border-radius: 4px 0 0 4px;
}
.shBtnSet li:last-child{
  border-radius: 0 4px 4px 0;
}
.shBtnSet li:not(:last-child){
  border-right: 1px solid var(--zsheet-grey-11-1);
}
.shBtnSet li:hover{
  background: var(--zsheet-grey-4-1);
}
.shBtnSet li.active,
.shBtnSet li.active:hover{
  background: var(--zsheet-grey-6);
}
.shBtnGroup button{
  border: 1px solid var(--zsheet-grey-11-1);
  padding: 8px;
}
.shBtnGroup button:hover{
  background: var(--zsheet-grey-4-1)
}
.shBtnGroup button.active{
  background: var(--zsheet-green-1);
  border: 1px solid var(--zsheet-green-2);
  color: var(--zsheet-primary);
}
/*.sPanel .shBtnSet li:not(:last-child){
  border-right: 1px solid var(--zsheet-grey-11-1);
}
.sPanel .shBtnSet li.active{
  background: var(--zsheet-button-set-active-panel);
}*/
.ZsbtnArr{
  padding-right: 10px;
}
.ZsbtnArr:before{
    content: '';
    position: absolute;
    height: 4px;
    width: 4px;
    border: 1px solid var(--zsheet-grey-16-1);
    border-width: 1px 0 0 1px;
    top: 50%;
    right: -2px;
    transform: translate(-50%) rotate(-136deg);
    margin-top: -3px;
    transition: border-color .3s ease;
}
.ZsbtnIconArr:before {
    content: '';
    position: absolute;
    height: 6px;
    width: 6px;
    border: 1px solid var(--zsheet-icon);
    border-width: 1px 0 0 1px;
    transform: rotate(222deg);
    right: 13px;
    top: 9px;
}
.ZsbtnArr:before {
  content: '';
  position: absolute;
  height: 4px;
  width: 4px;
  border: 1px solid var(--zsheet-grey-16-1);
  border-width: 1px 0 0 1px;
  top: 50%;
  right: -2px;
  transform: translate(-50%) rotate(-136deg);
  margin-top: -3px;
  transition: border-color .3s ease;
}
.ZsbtnIconArr {
    padding-right: 20px;
}
.ZsbtnSplit .Zsbtn.Zsbtn-grey:first-child{
    border-right: none;
}
.ZsNameDisabled.ZsbtnArr:before{
  content: none;
}
.ZsNameField.ZsbtnArr:hover:before{
  border-color: #444;
}
.zmenu__icon .zmenu__svg{
  color: #444;
}
.dsp_Blk.ZsSelectionBox,.dsp_blk.ZsSelectionBox{
  display: block;
}
.dspFlex.ZsSelectionBox{
  display: flex;
}
.ZsSelectionBox{
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.ZsSelectionBox.ZsSelectionBoxIcon > span{
  height: 13px;
  width: 13px;
  padding: 0
}
.ZsSelectionBox input[type="radio"],.ZsSelectionBox input[type="checkbox"]{
  position: absolute;
  opacity: 0;
  left: 0;
}
.ZsSelectionBox input[disabled] + span{
  opacity: .4;
  cursor: default;
}
.ZsSelectionBox > span{
  padding: 1px 0 1px 20px;
  position: relative;
  display: inline-block;
}
.ZsSelectionBox > span:before{
    content: '';
    width: 14px;
    height: 14px;
    border: 1px solid var(--zsheet-primary);
    position: absolute;
    left: 0;
    top: 3px;
    box-sizing: border-box;
}
.ZsSelectionBox input[type="checkbox"] + span:before{
    height: 13px;
    width: 13px;
    border-radius: 3px;
    top: 3px;
}
.ZsSelectionBox input[type="checkbox"] + span:after{
    content: '';
    width: 6px;
    height: 3px;
    position: absolute;
    border: 1px solid transparent;
    transform: rotate(-40deg) translate(-50%,-50%) scale(.6);
    border-width: 0 0 1px 1px;
    top: 6px;
    left: 7px;
    transition: transform .3s ease;
}
.ZsSelectionBox input[type="checkbox"]:checked + span:before{
  background: var(--zsheet-primary);
}
.ZsSelectionBox input[type="checkbox"]:checked + span:after{
    border-color: var(--zsheet-white-1);
    transform: rotate(-40deg) translate(-50%,-50%) scale(1);
}
.ZsSelectionBox input[type="radio"] + span:before{
  border-radius: 50%;
}
.ZsSelectionBox input[type="radio"] + span:after{
    content: '';
    height: 8px;
    width: 8px;
    border-radius: 50%;
    top: 6px;
    left: 3px;
    position: absolute;
    transform: scale(1.3);
    transition: transform .3s ease
}
.ZsSelectionBox input[type="radio"]:checked + span:after{
    content: '';
    background: var(--zsheet-primary);
    transform: scale(1);
}
.ZsSelectionBoxBlack.ZsSelectionBox input[type="checkbox"]:checked + span:before{
  background: #fff;
}
.ZsSelectionBoxBlack.ZsSelectionBox input[type="checkbox"] + span:before{
  border-color: #414141;
}
.ZsSelectionBoxBlack.ZsSelectionBox input[type="checkbox"]:checked + span:after{
  border-color: #414141;
}
.ZsSelectionAcc input[type="checkbox"] + span + div,.ZsSelectionAcc input[type="radio"] + span + div{
  display: none;
}
.ZsSelectionAcc input[type="checkbox"]:checked + span + div,.ZsSelectionAcc input[type="radio"]:checked + span + div{
  display: block;
}
.darkBdr{
    border: 1px solid var(--zsheet-grey-11-1);
}
.bdr{
  border: 1px solid var(--zsheet-grey-11-1)
}
.bdrRad4 {
  border-radius: 4px;
}
.bdrRad14 {
  border-radius: 14px;
}

.inputFocus,
.sPFieldInput.inputFocus,
.sPanel .txtBox:focus,
.shQkFnd.inputFocus,
.zsRangePicker.inputFocus,
.shDlgFnd.inputFocus,
.impAskBot .cntEditDiv.inputFocus,
.inputFocus.sPOpenAIBOT,
.inputFocus.fBAutoCmplt{
    border-color: var(--zsheet-input-focus);
}
/*.searchBox {
    
}*/

.searchBox input[type="search"] {
    width: 130px;
    padding-left: 24px;
    height: 24px;
    transition: .4s ease;
    appearance: none;
    -webkit-appearance: none;
    background: inherit;
    color: inherit;
    border: 1px solid var(--zsheet-grey-11-1);
    border-radius: 4px;
    position: relative;
    padding: 0 5px 0 24px;
    background-color: var(--zsheet-white-3);
}
.searchBoxFull.searchBox input[type="search"],.searchBoxInpHeight.searchBox input[type="search"]:focus{
    width: 100%;
} 
.searchBoxInpHeight.searchBox input[type="search"]{
    height: 30px;
}
.srchInpBox{
    border: 1px solid var(--zsheet-grey-11-1);
    height: 36px;
    padding: 0 10px;
    background: var(--zsheet-white-3);
}
.searchBox input[type="search"]:focus {
    width: 200px;
    border-color: var(--zsheet-input-focus);
}
.wrdBrkAll {
  word-break: break-all;
}
.wrdBrkNorm {
  word-break: normal;
}
/*** Range selector start used in pivot, zia ***/

.srcChange .zsEditor {
    border: 0px solid var(--zsheet-grey-11-1);
    border-radius: 0;
    background: transparent;
}
.srcChange .zsRangePicker {
    pointer-events: none;
}
.srcChange.editRange .zsRangePicker {
    pointer-events: all;
}
.srcChange.editRange .zsRangePicker .zsEditor {
  border-bottom: 1px solid var(--zsheet-primary);
}
input[type="radio"]:checked ~ input[type="text"] {
  border-color: var(--zsheet-primary);
}
.srcChange .zsRangePicker span {
  color: var(--zsheet-body-text) !important;
}
.srcChange.editRange .zsRangePicker span {
  color: #5883da !important;
}
.ZsWrdBreak{
  word-wrap: break-word;
  word-break: break-word;
}
/*** Range selector end ***/

/*** Trash icon start used in cellnotes ***/
/*.CNTrash {
    float: right;
    cursor: pointer;
    position: relative;
    width: 12px;
    height: 14px;
}
.CNTrash:after {
    content: '';
    height: 12px;
    width: 12px;
    position: absolute;
    top: 4px;
    left: 1px;
    background-position: 0 -2px;
}
.CNTrash:before {
    content: '';
    height: 3px;
    width: 13px;
    position: absolute;
    top: 2px;
    left: 1px;
    transform: rotate(0);
    transform-origin: right;
    transition: .3s ease
}
.CNTrash:hover:before {
    transform: rotate(45deg);
}*/
/*** Trash icon end ***/
.wsPW { /* pre-wrap */
  white-space: pre-wrap;
}
.wsNW { /* no-wrap */
  white-space: nowrap;
}
.wsP {
    white-space: pre;
}
.wsN {
    white-space: normal;
}
/**** src range edit start **/
.srcRngEdit {
    border-bottom: 1px solid var(--zsheet-grey-11-1);
    border-width: 1px 0;
}
.srcRngEdit.noBrd, .noBrd.fldSetLgnd:before {
    border-bottom: 0;
}
.srcRngEdit span {
  margin: 0;
  display: inline-block;
}
.srcRngEdit > span {
  margin-top: 5px;
}
.srcRngEdit .ziaRng span {
  margin-left: 0;
}
.srcRngEdit .zsEditor {
    margin-top: -2px;
}
.srcRngEdit.editRange .expEditBtn, .srcRngEdit .saveCnlBtnArea {
  display: none;
}
.srcRngEdit.editRange .saveCnlBtnArea {
  display: block;
}
.srcRngEdit .expBtns {
  float: right;
  padding-top: 4px;
  color: var(--zsheet-primary);
}
.srcRngEdit .expBtns:hover{
  text-decoration: underline;
}
.srcRngEdit .ziaRng .zsEditor {
    width: auto;
}

/**** src range edit end **/
.ZsIconLoader.shIcon {
    background-image: none;
    height: 11px;
    width: 11px;
    border: 2px solid #19af5c;
    border-radius: 50%;
    border-left-color: transparent;
    animation: rotate .5s linear infinite;
}
.remoteHeader{
    background: var(--zsheet-white-7);
    height: 42px;
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
}
.remoteHeader .ZsNameField{
  color: var(--zsheet-topbar-doc-name);
  font-size: 1.5rem;
  font-weight: 600;
  background: transparent;
}
.Zsbtn.ZsShare.ZsNoDropDown.ZsRt{
  padding-left: 25px;
}
.Zsbtn.ZsShare.ZsNoDropDown.ZsRt>span{
  border: 2px solid var(--zsheet-primary);
  border-right-color: transparent;
}
.Zsbtn.ZsbtnNoRad{
  border-radius: 3px;
}
.Zsbtn.ZsLarge{

}
.gridActionLoader{
    padding: 2px 7px 2px 23px;
    position: absolute;
    right: 5px;
    background: #ffe481;
    z-index: 2;
    color: #806400;
    top: 4px;
    font-size: 1.1rem;
    animation: translateLeft .3s ease;
    border-radius: 3px;
}
.gridActionLoader:before{
    content: '';
    position: absolute;
    left: 7px;
    width: 9px;
    height: 9px;
    border: 1px solid #806400;
    border-right-color: transparent;
    animation: rotate .5s linear infinite;
    border-radius: 50%;
    top: 4px;
}
@keyframes translateLeft{
  from{
    transform: translateX(30px);
  }
   to{
    transform: translateX(0);
  }
}
.maskOverlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #aaa;
    opacity: .3;
}
/**** Available in scratch view and published view ***/
.logoScale, .customLogoScale {
    width: auto;
    max-height: 28px;
}
.logoScale img {
    height: 28px;
}
.customLogoScale img{
  height: 24px;
}

/*FILTER VIEWS*/

.zmenu__item:hover .filterViewList li {
 display: inline-block;
}

.filterViewList li.edt, .filterViewList li.del, .filterViewList li.cpy{
display:none;
}

.filterViewList li
{
  margin: 2px 2px !important
}

.ZsMiRt:before {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    animation: rotate .5s linear infinite;
    border: 1px solid #000;
    border-radius: 50%;
    border-right-color: transparent;
    top: 8px;
    right: 25px;
    z-index: 1;
}

/*FILTER VIEWS*/

.colorPopup .zcolorpicker{
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    position: relative;
}
.colorPopup .zcolorpicker__palettecontainer{
    padding: 5px 0 7px 1px;
    border: none;
}
.colorPopup .zcolorpicker__palettecontainer .zcolorpicker__paletteheading{
    margin-top: 3px;
}
.colorPopupArr:before,.colorPopupArr:after {
    position: absolute;
    border: 7px solid transparent;
    border-bottom-color: var(--zsheet-grey-11-1);
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
}
.colorPopupArr:after{
    border: 6px solid transparent;
    border-bottom-color: var(--zsheet-white-2);
    top: -12px;
}
.colorPopup{
  position: relative;
  width: 400px;
  z-index: 1234;
  padding: 0;
  background: var(--zsheet-white-2);
  border-radius: 5px;
}
.colorPopup .spClsIcon{
  position: absolute;
  right: 7px;
  top: 7px;
}
.borTopLine {
    border-top: 1px solid var(--zsheet-grey-11-1);
}
.borTopDashed {
  border-top: 1px dashed var(--zsheet-border);
}
.cdverView .Zsbtn.ZsShare.ZsNoDropDown{
  padding: 2px 10px;
  font-size: 1rem;
}
.cdverView{
  padding: 5px 10px;
  border-bottom: 1px solid #DFE0DF;
}
/******Fake loader******/

.slFloader {
    width: 300px;
    height: 25px;
    border-radius: 10px;
    background: linear-gradient(to right, var(--zsheet-grey-8-1) 8%, var(--zsheet-grey-3-1) 18%, var(--zsheet-grey-8-1) 33%);
    background-size: 550px 104px;
    animation: shimmer 1s linear infinite forwards
}
.slFloader.slFZiaLoader{
  height: 10px;
  background: linear-gradient(90deg, #CAE5F5 30%, #D3F2EB 80%, #CAE5F5 100%);
  animation-duration: 2s;
}
.slFloader.wid100{
  width: 100%;
}
.slFloader.wid70{
  width: 70%;
}
.slFloader.wid40{
  width: 40%;
}
.slFakeMenu {
    width: 400px;
    height: 12px;
    top: 6px;
    display: inline-block
}

.slFakeFind {
    width: 156px;
    height: 14px;
    display: inline-block
}

.slFakeDocName {
    width: 200px;
    height: 15px;
    display: inline-block
}

.slFakeProfile {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-block
}
.slFakeIcon{
    width: 16px;
    height: 16px;
    border-radius: 50%;
}
.slFakeShare {
    width: 100px;
    height: 15px;
    border-radius: 10px;
    display: inline-block
}

@keyframes shimmer {
    0% {
        background-position: -264px 0
    }
    100% {
        background-position: 264px 0
    }
}

.hintBox {
    box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.125);
    padding: 8px 5px 10px 10px;
    background-color: var(--zsheet-white-2);
    z-index: 1;
    border: 1px solid var(--zsheet-grey-11-1);
    border-left: 3px solid transparent;
    color: var(--zsheet-body-text);
}
.hintBox.errHint {
    border-left-color: #c71717;
}
.hintBox.infoHint {
    border-left-color: #4e9af5;
}
/*.lH1p5 {
  line-height: 1.5;
}*/
.lH0 {
    line-height: 0;
}
.lH1 {
    line-height: 1;
}
.lH1p4 {
  line-height: 1.4;
}
.lH1p6 {
  line-height: 1.6;
}
.zShList li:hover,
.spChrtTypeLbl label:hover{
  background: var(--zsheet-grey-4-1);
}
.zShList li.active,
.zShList li.active:hover,
.spChrtTypeLbl input[type="radio"]:checked+label{
  background: var(--zsheet-green-3);
}
.zmenuSheet{
  padding: 5px 10px;
}
.zmenuSheet li{
  padding: 6px 10px 6px 15px;
  cursor: pointer;
  border-radius: 4px;
}
.zmenuSheet li.group {
    font-size: 12px;
    color: var(--zsheet-grey-16-1);
    position: relative;
    background: var(--zsheet-white-2);
}
.zmenuSheet li.group:hover {
    color: var(--zsheet-grey-16-1);
	background: inherit;
}
.zmenuSheet li.group>span{
    position: relative;
    background: var(--zsheet-white-2);
    padding-right: 5px;
}
.zmenuSheet li.group::before {
    content: '';
    border-top: 1px dashed var(--zsheet-grey-11-1);
    margin: 0 10px 0 10px;
    position: absolute;
    top: 50%;
    right: 0;
    left: 5px;
}
.zmenuSheet.zmenuSheetSlicer li{
	padding: 6px 10px 6px 0;
}
.zmenuSheet li:hover{
  background: var(--zsheet-green-3);
  color: var(--zsheet-primary);
}
.zmenuSheet li:hover .zmenuSheetIcon{
    color: var(--zsheet-icon);
}
.zmenuSheet li.zmenuActive{
    background: var(--zsheet-grey-6-1)
}
.zmenuSheet li.zmenuSheetSepLine,.zmenuSheet li.zMenuFldset{
  margin: 5px 0;
  padding: 0;
  position: relative;
}
.zmenuSheet li.zMenuFldset{
  padding: 0;
}
.zmenuSheet li:hover .svgBlckFill{
    fill: var(--zsheet-primary);
}
.zmenuSheetSepLine:before{
    content: '';
    position: absolute;
    top: -3px;
    height: 1px;
    background: var(--zsheet-grey-9);
    left: 5px;
    right: 5px;
}
.zmenuSheet li.zmenuSheetNoHover:hover, .bgTrans,.zmenuSheet li.zMenuFldset:hover{
  background: transparent;
}
.dashedHighlight{
    stroke: #19af5c;
    stroke-width: 2px;
    stroke-dasharray: 12 4 4 4;
}
.succIcoClr {
  fill: #219c56;
}
.errIcoClr {
  fill: #b95757;
}
.warnIcoClr {
  fill: #ce711c;
}
.infoIcoClr {
  fill: #2279b3;
}
.mH150 {
    min-height: 150px;
}
.mH370 {
  min-height: 370px;
}

/** Lazy loader CSS **/
.ZOfcLazyLoadCtn{
    position: absolute;
    bottom: 0;
    /*background: white;*/
    width: 100%;
    left: 0;
    padding: 5px;
}
.ZOfcLazyLoad {
    width: 28px;
    height: 35px;
    text-align:center;
    margin: 0 auto;
}
.ZOfcLazyLoad > div {
    background-color: #9d9d9d;
    height: 100%;
    width: 4px;
    display: inline-block;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.ZOfcLazyLoad .ZOfcLazyObj2 {
    animation-delay: -1.1s;
}
.ZOfcLazyLoad .ZOfcLazyObj3 {
    animation-delay: -1s;
}
.ZOfcLazyLoad .ZOfcLazyObj4 {
    animation-delay: -0.9s;
}

@keyframes sk-stretchdelay {
    from, 40%, 100% {
        transform: scaleY(0.4);
    }  20% {
        transform: scaleY(1.0);
    }
}


.spFlip{
    position: relative;
    height: 100%;
    width: 100%;
    transform-style: preserve-3d;
    perspective: 1000px;
    transition: .6s ease;
}
.spFlip.flipActive{
    transform: rotateY(180deg);
}
.spFlipFront,.spFlipBack{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    background: var(--zsheet-grey-5-1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 10px 0 0 0;
}
.spFlipBack{
    transform: rotateY(180deg);
    display: none;
}
.spFlip.flipActive .spFlipFront{
    display: none;
}
.spFlip.flipActive .spFlipBack{
    display: flex;
}

/* password protect - Eye icon start */
.pwdProt {
  right: 1px;
  top: 28px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.pwdProt input[type="checkbox"] + span:before {
    content: "";
    width: 5px;
    height: 22px;
    border: 1px solid #888;
    position: absolute;
    border-width: 0 1px 0 0;
    transform: rotate(43deg);
    right: 10px;
    top: -3px;
}
.pwdProt input[type="checkbox"]:checked + span:before {
  border: 0;
}
.shPwdField .txtBox{
  padding-right: 25px;
}
.shPwdField .shPwdIcoHldr{
  position: absolute;
  right: 2px;
  top: 2px
}
.shPwdField input[type="text"] ~ .shPwdIcoHldr .shPwdHide,.shPwdIcoHldr .shPwdView{
  display: none;
}
.shPwdField input[type="password"] ~ .shPwdIcoHldr .shPwdHide,.shPwdField input[type="text"] ~ .shPwdIcoHldr .shPwdView{
  display: block;
}
.txtBoxErr, .txtBoxErr:focus{
  border-color: #e25f5f;
}

.tblFixedLayout{
    width: auto;
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid var(--zsheet-grey-11-1);
    border-width: 1px 0 0 1px;
}
.tblFixedLayout table{
    border-collapse: collapse;
    width: 100%;
}
.tblFixedLayout thead{
    position: sticky;
    top: 0;
}
.sPFieldLogHdr{
  background: var(--zsheet-zmenu-active);
  border: 1px solid var(--zsheet-grey-11-1);
  border-bottom: none;
}









/* password protect - Eye icon end */
.txtColtable {
  position: relative;
}
.txtColtable:after {
    width: 15px;
    height: 15px;
    position: absolute;
    bottom: 0;
    right: 1px;
    content: "";
    background: var(--zsheet-grey-4);
}

/* CELL EDIT HISTORY */

.cellEditHistory .ZsLoader{
	display: none;
}
.cellEditHistory.showLdr .ZsLoader {
	display: block;
}
.cellEditHistory.showLdr .cellEditHistoryList, .zsDisableOp3 {
	opacity: 0.3;
	pointer-events: none;
}
#prevHistory, #nextHistory{
    opacity:1;
    cursor: pointer;
}
#prevHistory.disabled
{
    opacity: 0.3;
    pointer-events: none;
}

#nextHistory.disabled
{
    opacity: 0.3;
    pointer-events: none;
}

/* Windows HightLight Text */

::selection {
  background-color: #B0D3FB;
}

.leftNavArea .active {
    background: var(--zsheet-menu-button-active);
}
.leftNavArea li, .transBdr {
    border: 1px solid transparent;
}

.invalidData
{
	border-color: #f27c8a !important;
}
.downldIcon {
    width: 50px;
    height: 50px;
    right: 108px;
    border-radius: 50px;
    top: 20px;
    padding: 4px 0 0 8px;
    fill: var(--zsheet-white-2);
}
.downldIcon svg {
    fill: var(--zsheet-white-1);
    opacity: 0.7;
    transition: 0.3s ease all;
    transform: scale(0.9);
}
.downldIcon:hover svg {
    opacity: 1;
    transform: scale(1);
    transition: 0.3s ease all;
}
.boxTooltip { /* tooltip in box model */
    padding: 3px;
    font-size: 1.1rem;
}










/*$Id$*/

/*body{
    background: var(--zsheet-body);
}
.shShtName .ZsNameField{
    background: var(--zsheet-body);
}*/
.sPCard{
    background: var(--zsheet-grey-1);
    border-radius: 4px;
    border: 1px solid var(--zsheet-grey-9);
}
.sPCard.active,.sPCard.active:hover{
    background: var(--zsheet-white-3);
    border-radius: 0 4px 0 4px;
    border-color: var(--zsheet-primary);
    box-shadow: 0 0 14px 1px rgba(0,0,0,0.16), -2px 0 0 0 var(--zsheet-primary);
}
.sPCard:hover{
    border-color: var(--zsheet-input-focus);
}
.sPCard.sPCardNoHover:hover{
  border-color: var(--zsheet-grey-9);
}
.cFHdr{
  padding: 5px 20px;
  background: var(--zsheet-grey-7);
  border: 1px solid var(--zsheet-grey-11-1);
  box-sizing: border-box;
}







/* version view and print view document name class */
.docNme {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.sPCustDropDown{
    border: 1px solid var(--zsheet-grey-11-1);
    cursor: pointer;
    padding: 4px 20px 4px 5px;
    display: flex;
    align-items: center;
    background: var(--zsheet-white-3);
    border-radius: 4px;
    position: relative;
}
.sPCustDropDown:before{
    content: '';
    position: absolute;
    height: 5px;
    width: 5px;
    border: 1px solid #999;
    border-width: 0 0 1px 1px;
    transform: rotate(-45deg) translateY(-50%);
    top: 45%;
    right: 10px;
}
.inputUnits input{
    text-align: center;
    width: 62px;
    padding-right: 30px;
}
.inputUnits:after{
    content: attr(data-unit);
    position: absolute;
    right: 5px;
    top: 6px;
    pointer-events: none;
    color: var(--zsheet-error);
}




























.darkBdr{
    border: 1px solid var(--zsheet-grey-11-1);
}
.bdr{
  border: 1px solid var(--zsheet-grey-11-1)
}
.bdrRad3 {
  border-radius: 3px;
}
.bdrRad4 {
  border-radius: 4px;
}

.bdrRad14 {
  border-radius: 14px;
}

.inputBG{
    background: var(--zsheet-white-3);
}
.shGreyBG{
  background: var(--zsheet-grey-4-1);
  border: 1px solid var(--zsheet-grey-11-1);
}
.shGreyBGDark{
  background: var(--zsheet-grey-16-1);
  color: var(--zsheet-white-1);
  border: 1px solid var(--zsheet-grey-16-1);
  padding: 2px 5px;
  border-radius: 2px 2px 0 0;
}
/* cell row col highlight bg and border colors start */
.cellRCH.zsubmenu{
  padding: 15px;
  min-width: auto !important;
}
.cellRCHBlueBgBdr {
  background-color: var(--zsheet-cellrc-highlight-bluebg);
  border: 1px solid var(--zsheet-cellrc-highlight-bluebdr);
}
.cellRCHGreenBgBdr {
  background-color: var(--zsheet-cellrc-highlight-greenbg);
  border: 1px solid var(--zsheet-cellrc-highlight-greenbdr);
}
.cellRCHYellowBgBdr {
  background-color: var(--zsheet-cellrc-highlight-yellowbg);
  border: 1px solid var(--zsheet-cellrc-highlight-yellowbdr);
}
.cellRCHOrangeBgBdr {
  background-color: var(--zsheet-cellrc-highlight-orangebg);
  border: 1px solid var(--zsheet-cellrc-highlight-orangebdr);
}
.cellRCHPinkBgBdr {
  background-color: var(--zsheet-cellrc-highlight-pinkbg);
  border: 1px solid var(--zsheet-cellrc-highlight-pinkbdr);
}
.cellRCHPurpleBgBdr {
  background-color: var(--zsheet-cellrc-highlight-purplebg);
  border: 1px solid var(--zsheet-cellrc-highlight-purplebdr);
}
.cellRCHGreyBgBdr {
  background-color: var(--zsheet-cellrc-highlight-greybg);
  border: 1px solid var(--zsheet-cellrc-highlight-greybdr);
}
.cellRCH .noFill:before, .rchNoFill:before {
  content: "";
  border: 1px solid var(--zsheet-error-text);
  position: absolute;
  width: 21px;
  left: 0px;
  bottom: 0px;
  border-radius: 4px;
  transform-origin: 0 0;
  transform: rotate(-43deg);
  z-index: 1;
} 
.cellRCH a:hover {
  box-shadow: var(--zsheet-cellrc-box-hover);
}
.cellRCH a.active:after {
  content: "";
  border: 1px solid var(--zsheet-black);
  width: 4px;
  height: 8px;
  position: absolute;
  transform: rotate(42deg);
  border-width: 0 1px 1px 0;
  left: 7px;
  top: 3px;
  z-index: 2;
}
/* cell row col highlight bg and border colors end */

/* bottom band icons hover state start */
.iconsBoundBox {
  border: 1px solid transparent;
  align-items: center;
  display: flex;
  padding: 0 1px;
  width: 37px;
  justify-content: space-evenly;
  height: 90%;
  margin: 0 2px;
  cursor: pointer;
}
.iconsBoundBox:hover {
  background: var(--zsheet-white-5);
  border-color: var(--zsheet-grey-11-1);
  border-radius: 4px;
}
/* bottom band icons hover state end */

.shTabBounded{
    background: var(--zsheet-grey-9);
    border-radius: 4px;
    padding: 6px;
}
.shTabBounded li{
    padding: 2px 10px;
    white-space: nowrap;
    padding: 4px 10px;
}
.shTabBounded li.active{
    background: var(--zsheet-grey-15);
    border-radius: 4px;
    color: var(--zsheet-white-1);
}
.shTabBoundedAbs{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 5px;
}

.bdrPrimary{
  border: 1px solid var(--zsheet-primary);
}
/* define name list with icons for cell address, goto dialog start */
.namedRngLst li {
    padding-left: 20px;
}
.namedRngLst .shSuggestDfName:before {
    top: 8px;
}
.namedRngLst .shSuggestTable:before {
    top: 10px;
}
/* define name list with icons for cell address, goto dialog end */
.slFakeLogo {
    width: 24px;
    max-height: 24px;
    display: inline-block;
}
.LdrArea{
	border: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}   
.sheetLgoDim {
    width: 130px;
    height: 130px;
}
.customLgoDim {
    width: 80px;
    height:80px;
}

.bgGrey {
  background: var(--zsheet-grey-3-1);
}
.zI1 {
  z-index: 1;

}
.svgGreyWhiteInverseFill {
    fill: var(--zsheet-grey-white-inverse);
}
.zMenuCustomHead{
  border-radius: 4px;
  border: 1px solid var(--zsheet-grey-11-1);
  background: var(--zsheet-white-3);
}
@keyframes glowNotification {
  1%{
    background: #f8c9a0;
  }  
  50%{
    background: #f4d4b7;
  }
  100%{
    background: var(--zsheet-info-warn-bg-startclr);
  }
}
.shDrft.shDrftInProgress{
    background: var(--zsheet-info-inprogress-bg-endclr);
    color: var(--zsheet-body-text-always);
}
.shDrft.shDrftPrmy.animateDrftPrmy{
  background: repeating-linear-gradient(45deg, #cbf4cb, #fff 5%);
  animation: draftAnimate 2s linear forwards infinite;
  background-size: 210px 20px;
  opacity: .5;
  pointer-events: none;
}
@keyframes draftAnimate{
  from{
    background-position-x: 0%;
  }
  to{
    background-position-x: 100%;
  }
}
.fnt-bodyTxtAlways {
    color: var(--zsheet-body-text-always);    
}
.outputInfo, .notfyInfoBgStrClr {
    background-color: var(--zsheet-info-notify-bg-startclr);
    border: 1px solid var(--zsheet-info-notify-bg-endclr);  
}
.outputWarn {
    background-color: var(--zsheet-info-warn-bg-startclr);     
    border: 1px solid var(--zsheet-info-warn-bg-endclr);     
}
.outputSucc {
    background-color: var(--zsheet-info-succ-bg-startclr);     
    border: 1px solid var(--zsheet-info-succ-bg-endclr);     
}
.outputErr {
    background-color: var(--zsheet-info-err-bg-startclr);     
    border: 1px solid var(--zsheet-info-err-bg-endclr);     
}
.outputInfo, .outputWarn, .outputSucc, .outputErr, .notfyInfoBgStrClr {
    color: var(--zsheet-black);
}
.maxLmtRchd { /* maximum character limit reached */
    max-width: 500px;
    background-color: var(--zsheet-black);
    z-index: 99;
    top: 39px;
    color: var(--zsheet-white-1);
} 
.maxLmtRchd:before {
    content:"";
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid var(--zsheet-black);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -8px;
}
.fntLight {
    font-weight: 300;
}
.fntMedium {
    font-weight: 500;
}
.fntSemiBld{
    font-weight: 600;
}
.fntBld{
    font-weight: 700;
}
.Zsbtn-teritary {
    color: var(--zsheet-primary);
    background: transparent;
}
.Zsbtn-teritary:hover {
    background: var(--zsheet-teritray-btn-bg-hover);
}
.gridRTL .rDropDown{
	left: -13px;
	right: auto;
	border-right: 0;
	border-left: 1px solid var(--zsheet-table-dropdown-border);
}
.left12 {
    left: 12px;
}
.fill-white-always {
	fill: var(--zsheet-white-1);
}
.zI9 {
  z-index: 9;
}
.strkDark{
  stroke: var(--zsheet-grey-11-1);
}
.bg-white{
    background: var(--zsheet-white-2);
}
.t30 {
    top: 30px;
}
.l0 {
    left: 0;
}    
.bdrStylDash {
    border-style: dashed;
}
.bdrBtmDash{
    border-bottom: 1px dashed var(--zsheet-grey-11-1);
}
.rot180d {
    transform: rotate(180deg);
}
.r10 {
    right: 10px;
}
/* .sheetTextSpacingCompact,
.sheetTextSpacingCompact input{
  letter-spacing: -.5px;
}
.sheetTextSpacingModerate,
.sheetTextSpacingModerate input{
    line-height: 1.3;
    word-spacing: .8px;
    letter-spacing: 1px;
}
.sheetTextSpacingLarge,
.sheetTextSpacingLarge input{
    line-height: 1.45;
    word-spacing: 1.2px;
    letter-spacing: 1.5px;
} 
.sheetTextSpacingLarge input.shQkFndInp,
.sheetTextSpacingModerate input.shQkFndInp{
  width: 190px;
}
canvas,.cF{
  line-height: normal;
  word-spacing: normal;
  letter-spacing: normal;
}

.sheetReadingMask {  
  filter: brightness(150%);
  box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.75);
  pointer-events: none;
  position: fixed;
  z-index: 1000000;
} */
.bdrTLRad4 {
    border-top-left-radius: 4px;
}
.bdrTRRad4 {
    border-top-right-radius: 4px;
}
.tr90d {
    transform: rotate(90deg);    
}
.bdrBRRad4 {
    border-bottom-right-radius: 4px;
}
.t0 {
  top: 0;
}
.hdrTagBg {
    background-color: var(--zsheet-grey-7);
}
.wid87 {
  width: 87px;
}
.hgt36 {
  height: 36px;
}
.wid36 {
  width: 36px;
}
.hgt31 {
  height: 31px;
}
.darkAppIcons .active { /* darmode appearance include/exclude icons */
    border-color: var(--zsheet-primary);
    background: var(--zsheet-icon-button-hover);
}
.minWd130 {
  min-width: 130px;
}

/* Media query for touch devices to disable text selection and adjust widths */
@media (any-pointer: coarse) { 
  body.PREVIEW {
    -webkit-user-select: none; /* Chrome, Safari, iOS */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* Old Edge / IE */
    user-select: none;         /* Standard */
  }
  body.PREVIEW .sheetTabHldrCtn.wid,
  body.PREVIEW .mainGrid {
    width: 100%;
    min-width: unset;  
  }
}

.ZOfcMobPrompt {
    position: absolute;
    background: #fff;
    z-index: 1234;
    border: 1px solid #dfdfdf;
    box-shadow: 0 -1px 5px 0px rgba(0, 0, 0, .1);
    padding: 5px 10px 5px;
    bottom: 0;
    width: 100%;
    animation: slideup .5s linear;
    display: flex;
    position: fixed;
	  box-sizing: border-box;
    visibility: hidden;
}
.ZOfcImpSucCls {
    position: absolute;
    height: 15px;
    width: 15px;
    cursor: pointer;
    right: 6px;
    top: 5px;
    background: #616261;
    border-radius: 50%;
}
.ZOfcImpSucCls:before, .ZOfcImpSucCls:after {
    content: '';
    width: 1px;
    position: absolute;
    transform: rotate(45deg);
    left: 7px;
    background: #fff;
    height: 9px;
    top: 3px;
}
.ZOfcImpSucCls:after{
	transform: rotate(-45deg);
}
.rot0d {
    transform: rotate(0deg);
}
.bg-white7{
  background: var(--zsheet-white-7);
}
.inset0 {
  inset: 0;
}
.maxHgt90VH{
    max-height: 90vh;
}
.zI9999 {
  z-index: 9999;
}
.Zsbtn.Zsbtn-black {
  border: 1px solid var(--zsheet-body-text);
  background: var(--zsheet-body-text);
  color: var(--zsheet-inverted-hover);
}
.bgGrey_5_1 {
    background: var(--zsheet-grey-5-1);
}
.darkAppIcons.dsp_none {
    display: none;
}
.algnBaseline {
    align-items: baseline;
}
