/* line 1, /app/app/assets/stylesheets/genaral_ledgers.scss */
.widget {
  border-bottom: 1px solid #ededed;
}
/* line 4, /app/app/assets/stylesheets/genaral_ledgers.scss */
.widget .widget-title {
  font-size: 18px;
  position: relative;
  padding: 0 0 11px;
  margin: 0;
  color: #363a42;
  font-weight: 700;
  background-repeat: no-repeat;
  background-position-y: 7px;
  margin-bottom: 30px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
/* line 16, /app/app/assets/stylesheets/genaral_ledgers.scss */
.widget .widget-title:before {
  content: "";
  position: absolute;
  background: url(/images/line_title.png) no-repeat;
  width: 100%;
  bottom: 0;
  height: 100%;
  background-position: 0 100%;
}
/* line 26, /app/app/assets/stylesheets/genaral_ledgers.scss */
.widget:not(.widget-off) {
  margin-bottom: 45px;
  position: relative;
  background: #fff;
  padding: 30px;
  padding-bottom: 20px;
}
/* line 33, /app/app/assets/stylesheets/genaral_ledgers.scss */
.widget .widget-off {
  border-bottom: none !important;
}
/* line 35, /app/app/assets/stylesheets/genaral_ledgers.scss */
.widget .widget-off h4 {
  font-size: 12px;
  position: relative;
  padding-top: 25px;
  padding-bottom: 10px;
  margin: 0 !important;
  color: #999;
  font-weight: 500;
  background-repeat: no-repeat;
  background-position-y: 7px;
  text-transform: uppercase;
}
/* line 49, /app/app/assets/stylesheets/genaral_ledgers.scss */
.widget .widget-block-html-items .widget-list-radio,
.widget .widget-block-html-items .widget-list-checkbox {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 54, /app/app/assets/stylesheets/genaral_ledgers.scss */
.widget .widget-block-html-items .widget-list-radio li,
.widget .widget-block-html-items .widget-list-checkbox li {
  margin: 0 !important;
  display: inline-block;
  width: 47%;
  color: #999;
  font-size: 12px;
  position: relative;
  padding: 0 0 5px 0 !important;
}
/* line 62, /app/app/assets/stylesheets/genaral_ledgers.scss */
.widget .widget-block-html-items .widget-list-radio li label,
.widget .widget-block-html-items .widget-list-checkbox li label {
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 5px;
  font-weight: normal;
  font-size: 13px;
}

/* line 77, /app/app/assets/stylesheets/genaral_ledgers.scss */
ul.product-categories {
  list-style: none;
  margin: 0;
  background: #fff;
  padding: 0 0 30px 0;
  width: 315px;
  height: 410px;
  overflow: auto;
}
/* line 86, /app/app/assets/stylesheets/genaral_ledgers.scss */
ul.product-categories .top-active ul {
  display: block;
}
/* line 90, /app/app/assets/stylesheets/genaral_ledgers.scss */
ul.product-categories li {
  position: relative;
}
/* line 92, /app/app/assets/stylesheets/genaral_ledgers.scss */
ul.product-categories li a {
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 25px;
  display: inline-block;
  color: #707070;
  font-size: 12px;
  text-transform: capitalize;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  position: relative;
}
/* line 103, /app/app/assets/stylesheets/genaral_ledgers.scss */
ul.product-categories li a.active {
  color: #E43E4E;
  font-weight: bold;
}
/* line 107, /app/app/assets/stylesheets/genaral_ledgers.scss */
ul.product-categories li a:hover {
  color: #fcc030;
}
/* line 110, /app/app/assets/stylesheets/genaral_ledgers.scss */
ul.product-categories li a:before {
  content: "";
  display: inline-block;
  left: 0;
  position: absolute;
  width: 6px;
  height: 6px;
  top: 10px;
  background-color: #c1c5c8;
}
/* line 121, /app/app/assets/stylesheets/genaral_ledgers.scss */
ul.product-categories li .collapse-ref {
  font-size: 12px;
  color: #707070;
  padding: 5px 3px 3px 3px;
  line-height: 0;
  cursor: pointer;
  position: absolute;
  right: 0;
}
/* line 130, /app/app/assets/stylesheets/genaral_ledgers.scss */
ul.product-categories li ul {
  padding-left: 10px;
  display: none;
}
/* line 133, /app/app/assets/stylesheets/genaral_ledgers.scss */
ul.product-categories li ul li {
  list-style: none;
}

/* line 140, /app/app/assets/stylesheets/genaral_ledgers.scss */
.products-top-wrap {
  padding-bottom: 30px;
}
/* line 143, /app/app/assets/stylesheets/genaral_ledgers.scss */
.products-top-wrap .display-mode .btn {
  background-color: transparent;
  font-size: 16px;
  line-height: 12px;
  padding: 9px;
  color: #999;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 155, /app/app/assets/stylesheets/genaral_ledgers.scss */
.products-top-wrap .display-mode .btn:hover {
  color: #ffcd56;
  text-decoration: none;
}
/* line 161, /app/app/assets/stylesheets/genaral_ledgers.scss */
.products-top-wrap form {
  display: inline-block;
  margin-right: 30px;
}
/* line 164, /app/app/assets/stylesheets/genaral_ledgers.scss */
.products-top-wrap form:last-child {
  margin-right: 0;
}
/* line 167, /app/app/assets/stylesheets/genaral_ledgers.scss */
.products-top-wrap form select {
  border-bottom: 1px solid #e8e8e8;
  font-size: 14px;
}

/* line 175, /app/app/assets/stylesheets/genaral_ledgers.scss */
#myModal .modal-header .close {
  margin-top: -19px;
}
