@charset "utf-8";
/* CSS Document */

.mx-scrollcontainer-fixed > .mx-scrollcontainer-middle > .mx-scrollcontainer-wrapper, .mx-scrollcontainer-fixed > .mx-scrollcontainer-left > .mx-scrollcontainer-wrapper, .mx-scrollcontainer-fixed > .mx-scrollcontainer-center > .mx-scrollcontainer-wrapper, .mx-scrollcontainer-fixed > .mx-scrollcontainer-right > .mx-scrollcontainer-wrapper {
    overflow: auto;
    overflow-x: hidden !important;
}

.tabexpense > ul > li {
    -webkit-transition: all 0.3s 0s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.3s 0s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.3s 0s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.3s 0s cubic-bezier(0.4, 0, 0.2, 1);
    transform-style: initial;
    padding: 15px 15px 0 15px;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #e4e4e4;
    background-color: #fff;
    width: calc(100%/3);
    float: left;
}

.main_display {
  padding:25px 10px 10px 10px;
  background-color: rgba(255,255,255,0.6);
  box-shadow: none;
  position: absolute;
  width: 100%;
}

@media only screen
and (min-width:320px)
and (max-width: 420px) {
  .main_display {
    padding:25px 0px 10px 0px;
    background-color: rgba(255,255,255,0.6);
    box-shadow: none;
    position: relative;
    width: 100%;
  }
}

@media only screen
and (min-width:421px)
and (max-width: 599px) {
  .main_display {
    padding:25px 0px 10px 0px;
    background-color: rgba(255,255,255,0.6);
    box-shadow: none;
    position: relative;
    width: 100%;
  }
}

@media only screen and (min-width: 600px) {
  .main_display {
    padding:25px 25px 10px 25px;
    background-color: rgba(255,255,255,0.6);
    box-shadow: none;
    position: absolute;
    width: 100%;
    border-radius: 25px;
  }
}

@media only screen
and (min-width:768px) {
  .main_display {
    padding:25px 10px 10px 10px;
    background-color: rgba(255,255,255,0.6);
    box-shadow: none;
    position: absolute;
    width: 100%;
    border-radius: 25px;
  }
}

@media only screen and (min-width: 1366px) {
  .main_display {
    padding:25px 10px 10px 25px;
    background-color: rgba(255,255,255,0.6);
    box-shadow: none;
    position: absolute;
    width: 100%;
    border-radius: 25px;
  }
}

@media not all and (min-resolution:.001dpcm) {
  @supports (-webkit-appearance:none) {
    .main_display {
      padding:25px 10px 10px 10px;
      background-color: rgba(255,255,255,0.6);
      box-shadow: none;
      position: absolute;
      width: 100%;
      border-radius: 25px;
    }
  }
}

@media only screen and (min-width: 1920px) {
  .main_display {
    padding: 25px 10px 10px 25px;
    background-color: rgba(255,255,255,0.6);
    box-shadow: none;
    position: absolute;
    width: 100%;
    border-radius: 25px;
  }
}
