
  .hidden_elem {
    display: none;
  }

  .body {
    background-color: #ECF0F1;
  }

  .fade {
      -webkit-animation-name: fade;
      -webkit-animation-duration: 1.5s;
      animation-name: fade;
      animation-duration: 1.5s;
  }

  .sticky_panel {
      top: 0px;
      height: 110px;
      position: sticky;
      z-index: 2999;
      /*width: 100%;*/
      /* background-color: #FBFCFC; */
      border-bottom: 5px #8e8e8e solid;
  }

  .sticky_panel_small {
    top: 0px;
    height: 68px;
    position: sticky;
    z-index: 3000;

    padding-top: 2px;
    padding-bottom: 2px;
    /* background-color: #fff; */
    border-bottom: 1px #666 solid;
  }

  .sticky_panel_h_auto {
    top: 0px;
    min-height: 68px;
    max-height: 320px;
    position: sticky;
    z-index: 3001;

    padding-top: 2px;
    padding-bottom: 2px;
    border-bottom: 1px #666 solid;
  }

  .sticky_panel_ad_top {
    top: 0px;
    height: 140px;
    position: sticky;
    z-index: 3000;

    padding-top: 10px;
    padding-bottom: 10px;
    /* background-color: #fff; */
    border-bottom: 1px #666 solid;
  }

  .text_padding {
    padding: 10px;
  }


  .row_color_editor {
    background-color: #FBFCFC;
  }

  .row_color_editor:nth-child(even) {
    background-color: #F2F3F4;
  }


  .row_color_currency {
    background-color: #FEF9E7;
  }

  .row_color_currency:nth-child(even) {
    background-color: #FCF3CF;
  }

  .row_color_currency:hover {
    background-color: #FAD7A0;
  }

  .row_color_unit {
    background-color: #E8F8F5;
  }

  .row_color_unit:nth-child(even) {
    background-color: #D1F2EB;
  }

  .row_color_unit:hover {
    background-color: #A2D9CE;
  }

  .capitalize {
    text-transform: capitalize;
  }


  .image_center {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }


  .text_color_silver {
    color: #B2BABB;
  }

  .text_color_gray {
    color: #888;
  }

  .text_color_dark_gray {
    color: #5D6D7E;
  }

  .text_center {
    text-align: center;
  }

  .text_right {
    text-align: right;
  }

  .text_indent {
    text-indent:2em;
  }

  .item_font_large { font-size: 6.2em;}
  .item_font_normal {font-size: 4.0em;}
  .item_font_small {font-size: 3.0em; word-wrap:break-word;}
  .item_font_tiny {font-size: 1.4em; }
  .item_font_mini {font-size: 1.2em; }

  .bg_color_white {
    background-color: #FBFCFC;
  }

  .bg_color_grey {
    background-color: #EAEDED;
  }

  .bg_color_yellow {
    background-color: #FDEBD0;
  }