/*$Id$*/
.printPrvPge:before{
    right:calc(100% + 5px);
}
.printPrvPge:after{
    top:calc(100% + 5px);
}
.ziaContainer #rPlC, .ziaContainer #rPlCMore{
    clear: both;
    height: calc(100% - 70px);
    position: relative; 
}
.rParea{
  position: relative;
  clear: both;
  height: calc(100% - 2px);
  overflow: auto;
}
.ziaContainer .expMsg {
  top: calc(50% - 15%);
}
@media screen and (min-height: 600px) and (max-height: 800px) {
  .spPivot .pvtFlds.catList {
      height: 92px;
  }
  .spPivot .pvtGenTab .nameLst {
      min-height: 105px;
  }
}
.shRenameInput{
  animation: scaleUp .4s linear;
}
/*@-moz-document url-prefix() { 
  .fB .fBAutoCmplt .fBEdit {
     padding-top: 5px;
  }
}*/
@keyframes scaleUp{
    from{
        transform: scale(1.2);
    }
    to{
        transform: scale(1);
    }
}
/*---------------animation for Conditional format rule delete start------*/
.bOr { 
   -webkit-animation-name: bOr;  
   animation-name: bOr;
}
@-webkit-keyframes bOr {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-30px, 0, 0);
        transform: translate3d(-30px, 0, 0);
        background-color: #fddce2;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
@keyframes bOr {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-30px, 0, 0);
        transform: translate3d(-30px, 0, 0);
        background-color: #fddce2;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
.aDd {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fillmode: both;
    animation-fillmode: both;
}
.spPivot .crCasl .themLbl4 {
    left: calc(50% + 20px);
}
.spPivot .crCasl .themLbl5 {
   left: calc(50% + 40px);
}
/*---------------animation for Conditional format rule delete ------*/
