/* For 1024px Screen Size */
/*@media only screen and (width: 1024px) {
    .loginBody{
      background: rgb(169,228,247);
      background: -moz-linear-gradient(top, rgba(169,228,247,1) 0%, rgba(15,180,231,1) 100%);
      background: -webkit-linear-gradient(top, rgba(169,228,247,1) 0%,rgba(15,180,231,1) 100%);
      background: linear-gradient(to bottom, rgba(169,228,247,1) 0%,rgba(15,180,231,1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9e4f7', endColorstr='#0fb4e7',GradientType=0 );
    }
}*/

/* For 1366px Screen Size */
/*@media only screen and (width: 1366px) {
    .loginBody{
      background: rgb(169,228,247);
      background: -moz-linear-gradient(top, rgba(169,228,247,1) 0%, rgba(15,180,231,1) 100%);
      background: -webkit-linear-gradient(top, rgba(169,228,247,1) 0%,rgba(15,180,231,1) 100%);
      background: linear-gradient(to bottom, rgba(169,228,247,1) 0%,rgba(15,180,231,1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9e4f7', endColorstr='#0fb4e7',GradientType=0 );
    }
}*/

/* For 1280px Screen Size */
/*@media only screen and (width: 1280px) {
    .loginBody{
      background: rgb(169,228,247);
      background: -moz-linear-gradient(top, rgba(169,228,247,1) 0%, rgba(15,180,231,1) 100%);
      background: -webkit-linear-gradient(top, rgba(169,228,247,1) 0%,rgba(15,180,231,1) 100%);
      background: linear-gradient(to bottom, rgba(169,228,247,1) 0%,rgba(15,180,231,1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9e4f7', endColorstr='#0fb4e7',GradientType=0 );
    }
}*/

/* For 1440px Screen Size */
/*@media only screen and (width: 1440px) {
    .loginBody{
      background: rgb(169,228,247);
      background: -moz-linear-gradient(top, rgba(169,228,247,1) 0%, rgba(15,180,231,1) 100%);
      background: -webkit-linear-gradient(top, rgba(169,228,247,1) 0%,rgba(15,180,231,1) 100%);
      background: linear-gradient(to bottom, rgba(169,228,247,1) 0%,rgba(15,180,231,1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9e4f7', endColorstr='#0fb4e7',GradientType=0 );
    }
}*/

/* For Mobile to Tablet Screen Size */
/*@media only screen and (min-device-width: 320px) and (max-device-width: 768px) {
    .loginBody{
        background: #a9e4f7;
        background: -moz-linear-gradient(top, #a9e4f7 0%, #0fb4e7 100%);
        background: -webkit-linear-gradient(top, #a9e4f7 0%,#0fb4e7 100%);
        background: linear-gradient(to bottom, #a9e4f7 0%,#0fb4e7 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9e4f7', endColorstr='#0fb4e7',GradientType=0 );
    }
}*/

.loginBody{
  /*background: rgb(169,228,247);
  background: -moz-linear-gradient(top, rgba(169,228,247,1) 0%, rgba(15,180,231,1) 100%);
  background: -webkit-linear-gradient(top, rgba(169,228,247,1) 0%,rgba(15,180,231,1) 100%);
  background: linear-gradient(to bottom, rgba(169,228,247,1) 0%,rgba(15,180,231,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9e4f7', endColorstr='#0fb4e7',GradientType=0 );*/
  /*background-image: linear-gradient(to bottom, #89dff2, #00c2ff, #009fff, #0071ff, #6111f8);*/
  /*background-image: linear-gradient(to bottom, #3ad2f5, #00bafb, #009ffd, #0080f5, #6259de);*/
  /*background: rgba(58,210,245,1);*/
    
/*background: rgb(200,155,0);
background: linear-gradient(0deg, rgba(200,155,0,1) 0%, rgba(230,199,44,1) 25%, rgba(247,207,0,1) 50%, rgba(230,199,44,1) 76%, rgba(200,155,0,1) 100%);*/
  /*background: -moz-linear-gradient(top, rgba(58,210,245,1) 0%, rgba(0,159,253,1) 18%, rgba(58,210,245,1) 18%, rgba(58,210,245,1) 71%, rgba(0,160,253,1) 71%, rgba(2,162,253,1) 72%, rgba(58,210,245,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(58,210,245,1)), color-stop(18%, rgba(0,159,253,1)), color-stop(18%, rgba(58,210,245,1)), color-stop(71%, rgba(58,210,245,1)), color-stop(71%, rgba(0,160,253,1)), color-stop(72%, rgba(2,162,253,1)), color-stop(100%, rgba(58,210,245,1)));
  background: -webkit-linear-gradient(top, rgba(58,210,245,1) 0%, rgba(0,159,253,1) 18%, rgba(58,210,245,1) 18%, rgba(58,210,245,1) 71%, rgba(0,160,253,1) 71%, rgba(2,162,253,1) 72%, rgba(58,210,245,1) 100%);
  background: -o-linear-gradient(top, rgba(58,210,245,1) 0%, rgba(0,159,253,1) 18%, rgba(58,210,245,1) 18%, rgba(58,210,245,1) 71%, rgba(0,160,253,1) 71%, rgba(2,162,253,1) 72%, rgba(58,210,245,1) 100%);
  background: -ms-linear-gradient(top, rgba(58,210,245,1) 0%, rgba(0,159,253,1) 18%, rgba(58,210,245,1) 18%, rgba(58,210,245,1) 71%, rgba(0,160,253,1) 71%, rgba(2,162,253,1) 72%, rgba(58,210,245,1) 100%);
  background: linear-gradient(to bottom, rgba(58,210,245,1) 0%, rgba(0,159,253,1) 18%, rgba(58,210,245,1) 18%, rgba(58,210,245,1) 71%, rgba(0,160,253,1) 71%, rgba(2,162,253,1) 72%, rgba(58,210,245,1) 100%);
*/
  /*width: 100%;*/
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ad2f5', endColorstr='#3ad2f5', GradientType=0 );*/
  background: rgb(0,0,134);
    background: linear-gradient(45deg, rgba(0,0,134,1) 0%, rgba(55,180,250,1) 35%, rgba(55,180,250,1) 50%, rgba(55,180,250,1) 70%, rgba(0,0,134,1) 100%);
     /*background: rgb(177,3,210);
background: radial-gradient(circle, rgba(177,3,210,1) 0%, rgba(87,2,110,1) 100%); */
}

.wave{
    position: absolute;
    top: 0;
    left: 10px;
    width: 30%;

}

.mdl{
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50%;
    opacity: 0.2;
}

.wavem{
    position: absolute;
    top: 0;
    right: 10px;
    width: 30%;
}



@media only screen and (min-device-width: 1441px) and (max-device-width: 1920px) {
    .mainrow {
        margin-top: 10%;
    }

    .login-wrapper {
        float: right;
        max-width: 35%;
        z-index: 99;
    }

    .logo-wrapper {
        float: left;
        margin-top: 5%;    
    }

    .kpimg {
        height: 250px !important;
    }

    .imgcenter {
        margin-left: 12%;
        margin-top: 5%;
        width: 75%;
        margin-bottom: 5%;
    }
}

@media only screen and (min-device-width: 1366px) and (max-device-width: 1440px) {
    .mainrow{
        margin-top: 5%;
    }

    .login-wrapper {
        float: right;
        max-width: 30%;
    }

    .logo-wrapper {
        float: left;
        margin-top: 5%;    
    }

    .kpimg {
        height: 200px !important;
    }

    .imgcenter {
        margin-left: 25%;
        margin-top: 0%;
        width: 40%;
        margin-bottom: 0;
    }
}

@media only screen and (min-device-width: 1080px) and (max-device-width: 1280px) {
    .mainrow{
        margin-top: 10%;
    }

    .login-wrapper {
        float: right;
        max-width: 40%;
    }

    .logo-wrapper {
        float: left;
        margin-top: 5%;    
    }

    .kpimg {
        height: 200px !important;
    }

    .imgcenter {
        margin-left: 12%;
        margin-top: 5%;
        width: 75%;
        margin-bottom: 5%;
    }
}

@media only screen and (min-device-width: 429px) and (max-device-width: 926px) {
    .mainrow{
        margin-top: 5%;
    }

    .login-wrapper {
        margin-left: 20%;        
        max-width: 60%;
    }

    .logo-wrapper {
        float: left;
        margin-top: 5%;    
    }

    .kpimg {
        height: 100px !important;
    }

    .imgcenter {
        margin-left: 23%;
        margin-top: 5%;
        width: 50%;
        margin-bottom: 5%;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 428px) {
    .mainrow{
        margin-top: 10%;
        z-index: 1;
    }

    .login-wrapper {
        max-width: 100%;
        z-index: 10;
    }

    .logo-wrapper {
        float: left;
        margin-top: 5%;    
    }

    .kpimg {
        height: 100px !important;
    }

    .imgcenter {
        margin-left: 12%;
        margin-top: 5%;
        width: 75%;
        margin-bottom: 5%;
    }
}



.cardhover{
  cursor: pointer;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

.fixedtop{
  z-index:100;
}

/* Table Design */
.kpTable{
    width: 100% !important;
}

.loginTxt{
  color: lightyellow;
  /*#011F79;*/
}

.fullWidth{
  width: 100% !important;
}

@font-face {
    font-family: 'antonregular';
    src: url('http://localhost/crskpv2/assets/fonts/anton-regular-webfont.woff2') format('woff2'),
         url('http://localhost/crskpv2/assets/fonts/anton-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'cookieregular';
    src: url('http://localhost/crskpv2/assets/fonts/cookie-regular-webfont.woff2') format('woff2'),
         url('http://localhost/crskpv2/assets/fonts/cookie-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.cookie{
  font-family: 'cookieregular';
  font-size: 30px;
}

.anton{
  font-family: 'antonregular';
  font-size: 38px;
}

.middle{
  vertical-align: middle !important;
}

/* Custom Table Width */

.tw5{
    width: 5%;
}
.tw6{
    width: 6%;
}
.tw10{
    width: 10%;
}
.tw11{
    width: 11%;
}
.tw13{
    width: 13%;
}
.tw15{
    width: 15%;
}
.tw16{
    width: 16%;
}
.tw18{
    width: 18%;
}
.tw20{
    width: 20%;
}
.tw25{
    width: 25%;
}
.tw30{
    width: 30%;
}

.f20{
    font-size: 20px;
}

.f25{
    font-size: 25px;
}

.f30{
    font-size: 30px;
}

.hoverClass:hover{
  color: red;
}

.f50{
    font-size: 50px;
}

.f18{
    font-size: 18px;
}

.f15{
    font-size: 15px;
}

.m-t-55{
    margin-top: 55px;
}

.m-t-m20{
    margin-top: -40px;
}

.m-l-m20{
    margin-left: -20px !important;
}

.m-t-120{
    margin-top: 120px;
}

.valid {
  color: green;
}

.invalid {
  color: red;
}

.user-detailskp{
    background-image: url("../../assets/images/lb1.jpg");
    background-size: 100% 100%;
    width: 250px;
    height: 130px;
}

#pwdchng .short{
  font-weight:bold;
  color:#F99A06;
  background-color: white;
}
#pwdchng .weak{
  font-weight:bold;
  color:#F90626;
  background-color: white;
}
#pwdchng .good{
  font-weight:bold;
  color:#068FF9;
  background-color: white;
}
#pwdchng .strong{
  font-weight:bold;
  color:#26F906;
  background-color: white;
}

/* Remove Spinners from Number Fields */
/* For Firefox */
input[type='number'] {
    -moz-appearance:textfield;
}
/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Remove Spinners from Date Fields */
/* For Firefox */
input[type='date'] {
    -moz-appearance:textfield;
}
/* Webkit browsers like Safari and Chrome */
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.add, .delete, .delete1,.my-add, .my-del{
    cursor: pointer;
}
#msg{
    color: red;
}
.addrow, .deleterow{
    cursor: pointer;   
}
.dbicon{
    font-size: 25px;
}
.dbtext{
    font-size: 18px;
    font-weight: bold;
    vertical-align: top;
}
.dbbadge{
    font-size: 22px;
    font-weight: bold;
    /*color: black;*/
}
.whtext{
    color: white;
}
.redtext{
    color: red;
}

/*==========================Loader CSS=============================*/
.loader-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #ffffff;
}

.loader {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 40px;
  width: 80px;
  box-sizing: border-box;
}
.loader .loader-item {
  position: relative;
  float: left;
  height: 40px;
  width: 4px;
  margin: 0 2px;
  background-color: #42C5CC;
}
.loader .loader-item:nth-child(1) {
  -webkit-animation: loader-item-1 2s linear infinite;
          animation: loader-item-1 2s linear infinite;
}
.loader .loader-item:nth-child(2) {
  -webkit-animation: loader-item-2 2s linear infinite;
          animation: loader-item-2 2s linear infinite;
}
.loader .loader-item:nth-child(3) {
  -webkit-animation: loader-item-3 2s linear infinite;
          animation: loader-item-3 2s linear infinite;
}
.loader .loader-item:nth-child(4) {
  -webkit-animation: loader-item-4 2s linear infinite;
          animation: loader-item-4 2s linear infinite;
}
.loader .loader-item:nth-child(5) {
  -webkit-animation: loader-item-5 2s linear infinite;
          animation: loader-item-5 2s linear infinite;
}
.loader .loader-item:nth-child(6) {
  -webkit-animation: loader-item-6 2s linear infinite;
          animation: loader-item-6 2s linear infinite;
}
.loader .loader-item:nth-child(7) {
  -webkit-animation: loader-item-7 2s linear infinite;
          animation: loader-item-7 2s linear infinite;
}
.loader .loader-item:nth-child(8) {
  -webkit-animation: loader-item-8 2s linear infinite;
          animation: loader-item-8 2s linear infinite;
}
.loader .loader-item:nth-child(9) {
  -webkit-animation: loader-item-9 2s linear infinite;
          animation: loader-item-9 2s linear infinite;
}
.loader .loader-item:nth-child(10) {
  -webkit-animation: loader-item-10 2s linear infinite;
          animation: loader-item-10 2s linear infinite;
}
.loader:after {
  content: 'Loading...';
  font-size: 16px;
  font-family: "Arial";
  /*color: #ff9328;*/
  color: #42C5CC;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -32px;
  margin: auto;
}
@-webkit-keyframes loader-item-1 {
  1% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  11% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  21% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes loader-item-1 {
  1% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  11% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  21% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@-webkit-keyframes loader-item-2 {
  7% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  17% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  27% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes loader-item-2 {
  7% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  17% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  27% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@-webkit-keyframes loader-item-3 {
  13% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  23% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  33% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes loader-item-3 {
  13% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  23% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  33% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@-webkit-keyframes loader-item-4 {
  19% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  29% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  39% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes loader-item-4 {
  19% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  29% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  39% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@-webkit-keyframes loader-item-5 {
  25% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  35% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  45% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes loader-item-5 {
  25% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  35% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  45% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@-webkit-keyframes loader-item-6 {
  31% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  41% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  51% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes loader-item-6 {
  31% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  41% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  51% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@-webkit-keyframes loader-item-7 {
  37% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  47% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  57% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes loader-item-7 {
  37% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  47% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  57% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@-webkit-keyframes loader-item-8 {
  43% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  53% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  63% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes loader-item-8 {
  43% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  53% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  63% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@-webkit-keyframes loader-item-9 {
  49% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  59% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  69% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes loader-item-9 {
  49% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  59% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  69% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@-webkit-keyframes loader-item-10 {
  55% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  65% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  75% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes loader-item-10 {
  55% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  65% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  75% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
/*=================================================================*/

.readonly {
    pointer-events: none;
    cursor: not-allowed !important;
    background-color: #f2f2f2 !important;
}

.readonly-input{
  border-radius: 7px !important;
  padding-left: 5px;
  pointer-events: none;
  cursor: not-allowed !important;
  background-color: #f2f2f2 !important;
}

.hideitem{
  display: none;
}

.tabback{
   background-color: #81DCE1;
   border-radius: 5px;
   /*background-image: linear-gradient(to bottom, #ffffff, #eff5ff, #d4eeff, #b2e9fa, #92e4e8);*/
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  
@-webkit-keyframes zoomIn {
  0% {
  opacity: 0;
  -webkit-transform: scale3d(.3, .3, .3);
  transform: scale3d(.3, .3, .3);
  }

  50% {
  opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
  transform: scale3d(.3, .3, .3);
  }
  
  50% {
    opacity: 1;
  }
} 