/* Created by Jignesh Tejani on 23-2-2018 */
/* Variables scss imported */
/* Mixins scss imported */
/*********************
BREAKPOINTS
*********************/
/* Base scss imported */
@import url("https://fonts.googleapis.com/css?family=Muli:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i");

body {
    background: linear-gradient(160deg, #0a6452 0%, #0a6452 0%, #0a6452 0%, #0a6452 0%, #0a6452 0%, #0a6452 0%, #0a6452 24%, #1f856f 61%, #55ab82 77%, #b8d17e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0a6452", endColorstr="#b8d17e", GradientType=1);
    margin: 0;
    height: 720px !important;
    min-height: 720px !important;
    /*overflow-y: auto !important;*/
}

#app {
  font-family: "Muli", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.application {
  font-family: "Muli", sans-serif !important;
}

.application.theme--light {
  background: none !important;
}


.ta-dashboard-background {
  /*background-color: #0A6452;*/
  background: transparent;
  padding: 12px 12px 0;
  width: 100vw;
}

.ta-dashboard-card {
  border-radius: 4px;
  background-color: #FFFFFF;
  width: 100%;
  margin-bottom: 12px;
  box-sizing: border-box;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.3);
}

.border-left-pink {
  border-left: 10px solid #EB407A;
}

.border-left-cyan {
  border-left: 10px solid #4ED1E4;
}

.border-left-yellow {
  border-left: 10px solid #FFCF27;
}

.border-left-orange {
  border-left: 10px solid #F26639;
}

.border-top-pink {
  border-top: 4px solid #EB407A;
}

.border-top-cyan {
  border-top: 10px solid #4ED1E4;
}

.border-top-yellow {
  border-top: 10px solid #FFCF27;
}

.border-top-orange {
  border-top: 10px solid #F26639;
}

.p-0 {
  padding: 0px !important;
}

.p-8 {
  padding: 8px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-16 {
  padding: 16px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-t-0 {
  padding-top: 0px !important;
}

.p-r-0 {
  padding-right: 0px !important;
}

.p-b-0 {
  padding-bottom: 0px !important;
}

.p-l-0 {
  padding-left: 0px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.p-t-16 {
  padding-top: 16px !important;
}

.p-r-16 {
  padding-right: 16px !important;
}

.p-b-16 {
  padding-bottom: 16px !important;
}

.p-l-16 {
  padding-left: 16px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.p-r-32 {
  padding-right: 32px !important;
}

.p-l-32 {
  padding-left: 32px !important;
}

.m-0 {
  margin: 0px !important;
}

.m-10 {
  margin: 10px !important;
}

.m-14 {
  margin: 14px !important;
}

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

.m-30 {
  margin: 30px !important;
}

.m-t-0 {
  margin-top: 0px !important;
}

.m-t-5 {
  margin-top: 5px !important;
}

.m-r-0 {
  margin-right: 0px !important;
}

.m-b-0 {
  margin-bottom: 0px !important;
}

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

.m-t-8 {
  margin-top: 8px !important;
}

.m-r-8 {
  margin-right: 8px !important;
}

.m-b-8 {
  margin-bottom: 8px !important;
}

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

.m-t-10 {
  margin-top: 10px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

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

.m-t-20 {
  margin-top: 20px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

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

.m-t-30 {
  margin-top: 30px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

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

.m-b-64 {
  margin-bottom: 64px !important;
}

.float-right {
  float: right !important;
}

.float-left {
  float: left !important;
}

.clearfix {
  clear: both !important;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

/* Modules scss imported */
.ta-dashboard-list-header {
  padding-top: 10px !important;
  border-bottom: 1px solid #ccc !important;
}

.ta-dashboard-list-header .ta-tabs {
  width: fit-content !important;
  height: 0px !important;
}

.ta-dashboard-list-header .ta-tabs ::before {
  top: 0 !important;
  height: 1px !important;
  width: 0 !important;
  z-index: 0 !important;
}

.ta-dashboard-list li {
  padding: 8px;
  border-bottom: 1px solid #f5f5f5;
  list-style: none;
}

.ta-dashboard-list li:hover {
  background-color: #e0e0e0;
}

.ta-dashboard-list li:last-child {
  border: none;
}

.ta-dashboard-payble a {
  border-bottom: 1px solid #f5f5f5;
  padding: 0 10px;
}

.ta-dashboard-payble a:hover {
  background-color: #CACACA;
}

.ta-locationdialog {
  border-bottom: 1px solid #f5f5f5;
}

.ta-locationdialog:last-child {
  border: none;
}

.ta-locationdialog .list__tile {
  padding: 10px !important;
}

.ta-voucherdetail {
  border-bottom: 1px solid #f5f5f5;
  cursor: pointer;
}

.ta-voucherdetail:last-child {
  border: none;
}

.ta-voucherlist {
  border-bottom: 1px solid #f5f5f5;
}

.ta-voucherlist:last-child {
  border: none;
}

.ta-voucherlist a {
  padding: 10px !important;
}

.ta-receivable-list {
  border-bottom: 1px solid #f5f5f5;
}

.ta-receivable-list:last-child {
  border: none;
}

.ta-receivable-list a {
  padding: 0 10px;
}

.ta-scroll-header {
  position: absolute;
  background-color: #ffffff;
  width: calc(100% - 24px);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.ta-scroll-list1 {
  max-height: calc(100vh - 24px);
  overflow: auto;
}

.ta-scroll-list1::-webkit-scrollbar {
  width: 6px;
}

.ta-scroll-list1::-webkit-scrollbar-thumb {
  background: #888;
}

.ta-scroll-list {
  max-height: calc(100vh - 210px);
  overflow: auto;
}

.ta-scroll-list::-webkit-scrollbar {
  width: 6px;
}

.ta-scroll-list::-webkit-scrollbar-thumb {
  background: #888;
}

.ta-salesdetail {
  font-size: 16px;
  padding: 10px;
  color: #eb4072;
  text-align: left;
}

.ta-itemsales {
  border-bottom: 1px solid #f5f5f5;
  height: 40px;
  padding: 10px;
}

.ta-item-customers {
  color: #757575;
  font-size: 15px;
}

.ta-itemcustomer-detail {
  border-bottom: 1px solid #f5f5f5;
}

.ta-itemcustomer-detail:last-child {
  border: none;
}

.ta-itemcustomer-detail a {
  padding: 10px;
}

.ta-receivable {
  border-bottom: 1px solid #f5f5f5;
}

.ta-receivable:last-child {
  border: none;
}

.ta-receivable a {
  padding: 10px !important;
  height: 70px;
}

.ta-partysaleslist {
  border-bottom: 1px solid #f5f5f5;
}

.ta-partysaleslist:last-child {
  border: none;
}

.ta-partysaleslist a {
  padding: 10px !important;
}

.ta-partyreceiptpaymentlist {
  border-bottom: 1px solid #f5f5f5;
}

.ta-partyreceiptpaymentlist a {
  padding: 0;
}

.ta-tabs-background .card--flat {
  background: transparent !important;
}

.ta-partypendingsales {
  border-bottom: 1px solid #f5f5f5;
  padding: 10px 0;
}

.ta-partypendingsales:last-child {
  border: none;
}

.ta-partypendingsales:hover {
  background-color: #e0e0e0;
}

.ta-partypendingsalesorder {
  border-bottom: 1px solid #f5f5f5;
  padding: 10px 0;
}

.ta-partypendingsalesorder:last-child {
  border: none;
}

.ta-partypendingsalesorder:hover {
  background-color: #e0e0e0;
}

.ta-expansreport {
  border-bottom: 1px solid #f5f5f5;
}

.ta-expansreport:last-child {
  border: none;
}

.ta-expansreport:hover {
  background-color: #e0e0e0;
}

.ta-report-list {
  list-style-type: none;
  padding: 0 !important;
  margin: 0 !important;
}

.ta-report-list li {
  display: flex;
  padding: 16px 8px;
  border-bottom: 1px solid #f5f5f5;
  cursor: pointer;
}

.ta-report-list li:last-child {
  border: none;
}

.ta-report-list li img {
  padding: 2px 2px 2px 2px;
}

.ta-report-list li span {
  padding: 4px 4px 4px 10px;
}

.ta-topreport {
  border-bottom: 1px solid #f5f5f5;
}

.ta-topreport:last-child {
  border: none;
}

.ta-topreport a {
  padding: 0;
}

.ta-ledgerreport {
  width: fit-content !important;
  padding: 0 !important;
}

.ta-ledgerreport ::before {
  top: 0 !important;
  height: 1px !important;
  width: 0 !important;
  z-index: 0 !important;
}

.ta-activereport {
  width: fit-content !important;
  padding: 0 !important;
}

.ta-activereport ::before {
  top: 0 !important;
  height: 1px !important;
  width: 0 !important;
  z-index: 0 !important;
}

.ta-ledgerreport-list {
  border-bottom: 1px solid #f5f5f5;
}

.ta-ledgerreport-list:last-child {
  border: none;
}

.ta-ledgerreport-list a {
  padding: 10px;
}

.input-group--select__autocomplete {
  display: none !important;
}

.ta-customers {
  color: #EB3F7A !important;
  font-size: 15px !important;
}

.ta-inactivecustomers {
  border-bottom: 1px solid #f5f5f5;
}

.ta-inactivecustomers:last-child {
  border: none;
}

.ta-inactivecustomers:hover {
  background-color: #e0e0e0;
}

.ta-daybookreport {
  border-bottom: 1px solid #f5f5f5 !important;
}

.ta-daybookreport:last-child {
  border: none !important;
}

.ta-daybookreport a {
  padding: 10px !important;
}

.ta-pendingreport {
  border-bottom: 1px solid #f5f5f5;
  padding: 10px;
  cursor: pointer;
}

.ta-pendingreport:last-child {
  border: none;
}

.ta-pendingreport:hover {
  background-color: #e0e0e0;
}

.ta-purchasereport {
  border-bottom: 1px solid #f5f5f5;
  padding: 10px;
  cursor: pointer;
}

.ta-purchasereport:last-child {
  border: none;
}

.ta-purchasereport:hover {
  background-color: #e0e0e0;
}

.ta-profitloss {
  border-bottom: 1px solid #f5f5f5;
  cursor: pointer;
  font-size: 15px;
}

.ta-profitloss:last-child {
  border: none;
}

.ta-profitloss:hover {
  background-color: #e0e0e0;
}

.ta-active-list {
  border-bottom: 1px solid #f5f5f5 !important;
}

.ta-active-list:last-child {
  border: none !important;
}

.ta-active-list a {
  height: 90px !important;
  padding: 0 !important;
}

.ta-expansereport-list {
  border-bottom: 1px solid #f5f5f5;
}

.ta-expansereport-list:last-child {
  border: none;
}

.ta-expansereport-list a {
  padding: 10px;
}

.ta-expansereeport-detail {
  border-bottom: 1px solid #f5f5f5;
}

.ta-expansereeport-detail:last-child {
  border: none;
}

.ta-expansereeport-detail a {
  padding: 10px !important;
}

.ta-topreport-list {
  border-bottom: 1px solid #f5f5f5;
}

.ta-topreport-list:last-child {
  border: none;
}

.ta-topreport-list a {
  padding: 10px !important;
  height: 50px !important;
}

.ta-topreport-item {
  border-bottom: 1px solid #f5f5f5;
}

.ta-topreport-item:last-child {
  border: none;
}

.ta-topreport-item a {
  padding: 10px !important;
}

.ta-topreport-supplier {
  border-bottom: 1px solid #f5f5f5;
}

.ta-topreport-supplier:last-child {
  border: none;
}

.ta-topreport-supplier a {
  padding: 10px;
  height: 65px !important;
}

.ta-ledgerreport-detail {
  border-bottom: 1px solid #f5f5f5;
}

.ta-ledgerreport-detail:last-child {
  border: none;
}

.ta-ledgerreport-detail a {
  padding: 10px !important;
}

.ta-salesreport-list {
  border-bottom: 1px solid #f5f5f5;
}

.ta-salesreport-list:last-child {
  border: none;
}

.ta-salesreport-list a {
  padding: 10px;
}

.ta-purchase-list {
  border-bottom: 1px solid #f5f5f5;
}

.ta-purchase-list:last-child {
  border: none;
}

.ta-purchase-list a {
  padding: 10px;
}

.ta-purchase-detail {
  border-bottom: 1px solid #f5f5f5;
}

.ta-purchase-detail:last-child {
  border: none;
}

.ta-purchase-detail:hover {
  background-color: #e0e0e0;
}

.ta-topreportfilter {
  border-bottom: 1px solid #f5f5f5;
}

.ta-topreportfilter:last-child {
  border: none;
}

.ta-topreportfilter a {
  padding: 10px;
}

.ta-setting-header li {
  list-style: none;
  border-bottom: 1px solid #f5f5f5;
}

.ta-setting-header li:last-child {
  border: none;
}

.ta-setting-header li p {
  padding: 10px 15px 0 15px;
  margin: 0;
  color: #757575;
  font-size: 14px;
}

.ta-setting-header li h1 {
  padding: 0 15px 10px 15px;
  margin: 0;
}

.ta-setting-header li .material-icons {
  font-size: 35px;
  color: #adadad;
}

/* Components scss imported */
.md-menu-content.md-select-menu {
  background-color: #fff;
  width: auto !important;
}

.ta-small-selectbox {
  padding: 0 !important;
  margin: 0 !important;
}

.ta-small-selectbox input {
  font-size: 11px !important;
  line-height: 12px !important;
  width: 30px !important;
}

.ta-small-selectbox i {
  margin: 4px 0 0 0 !important;
  font-size: 11px !important;
  line-height: 12px !important;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  padding: 10px;
  text-align: left;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
}

tr:hover {
  background-color: #f5f5f5;
}

.divider {
  height: 5px;
  background-color: whitesmoke;
}

.ta-sales {
  height: 80px;
  border-bottom: 1px solid #f5f5f5 !important;
}

.ta-sales a {
  padding: 0 !important;
}

.ta-sales:last-child {
  border: none !important;
}

.ta-picker {
  border: none !important;
  width: 100% !important;
}

.ta-picker .calendar_preset-ranges {
  font-family: "Muli", sans-serif;
  font-weight: 600 !important;
}

.ta-picker .calendar_days_in-range {
  background-color: green !important;
}

.ta-picker .calendar_days_selected {
  background-color: darkgreen !important;
}

.ta-picker .calendar-btn-apply {
  background-color: green !important;
}

.ta-picker i {
  color: #818084 !important;
}

.ta-picker .calendar-range.calendar-range-mobile {
  box-shadow: 0px 0px 8px 0px;
  height: 330px !important;
  background-color: #ffffff;
}

.ta-date {
  margin-top: -25px !important;
  margin-left: 50px !important;
}

.ta-partytop {
  font-size: 15px;
  font-weight: 400;
  text-align: right;
  padding: 10px;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 5px;
}

.ta-partytop:last-child {
  border: none;
}

.ta-line {
  border-bottom: 1px solid #d4d4d4 !important;
  margin-top: 4px !important;
  margin-right: -60px !important;
}

.ta-party {
  padding-bottom: 10px !important;
  padding-top: 10px !important;
  text-align: left !important;
}

.ta-net1 {
  margin-left: -400px !important;
}

.ta-last {
  text-align: right !important;
  border-bottom: 1px solid #f5f5f5 !important;
}

.ta-last:last-child {
  border: none !important;
}

.ta-last th {
  font-weight: 500 !important;
  border: none !important;
}

.ta-last td {
  color: #555555 !important;
  border: none !important;
  text-align: right !important;
}

.ta-summary {
  border-bottom: 1px solid #f5f5f5 !important;
}

.ta-summary:last-child {
  border: none !important;
}

.ta-summary a {
  padding: 10px !important;
}

.ta-sold {
  border-bottom: 1px solid #f5f5f5 !important;
}

.ta-sold:last-child {
  border: none !important;
}

.ta-sold a {
  height: 85px !important;
  padding: 10px !important;
  align-items: start !important;
}

.ta-sold .layout {
  display: contents;
  flex: auto;
}

.breadcrumbs {
  padding: 0 !important;
}

.ta-label {
  padding-bottom: 5px;
  font-size: 18px !important;
  color: #eb407a !important;
}

.list {
  padding: 0 !important;
}

.card__text {
  padding: 0 !important;
}

.ta-item {
  border-bottom: 1px solid #f5f5f5;
}

.ta-item:last-child {
  border: none !important;
}

.ta-item a {
  height: 80px !important;
  padding: 0 10px !important;
}

.ta-category {
  border-bottom: 1px solid #f5f5f5;
}

.ta-category:last-child {
  border: none !important;
}

.ta-category a {
  height: 50px !important;
  padding: 0 10px !important;
}

.ta-nodata {
  text-align: center !important;
  padding: 20px 0 !important;
}

.ta-itemdetail {
  border-bottom: 1px solid #f5f5f5;
}

.ta-itemdetail:last-child {
  border: none;
}

.ta-itemdetail a {
  padding: 0 4px !important;
  height: 90px !important;
}

.ta-itemdetail .flex {
  flex: 0 auto !important;
  font-size: 15px;
}

.ta-partydatil {
  border-bottom: 1px solid #f5f5f5;
  padding: 10px 0 !important;
}

.ta-partydatil:last-child {
  border: none;
}

.ta-partydatil p {
  margin: 0 !important;
}

.container {
  padding: 0 !important;
}

.item-category {
  border-bottom: 1px solid #f5f5f5;
}

.item-category:last-child {
  border: none;
}

.item-category a {
  padding: 0;
}

.item-category1 {
  border-bottom: 1px solid #f5f5f5;
}

.item-category1:last-child {
  border: none;
}

.item-category1 a {
  height: 80px;
  padding: 5px 0;
}


@media only screen and (max-width: 411px) {
  .ta-net1 {
    margin-left: -150px !important;
  }

  .ta-bottom {
    padding-bottom: 20px !important;
  }
}

.spinner {
  position: absolute;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
  text-align: center;
  height: 40px;
  width: 40px;
  border: 6px solid rgba(255, 255, 255, 0.1);
  border-top: 6px solid rgba(255, 255, 255, 0.7);
  border-radius: 100%;
  animation: rotation 0.6s infinite linear;
}

.spinner-block {
  position: absolute;
  top: calc(50% - 47px);
  text-align: center;
  height: fit-content;
  width: 100%;
  margin: 0 -12px;
}

.spinner-block .spinner1 {
  margin: auto;
  height: 40px;
  width: 40px;
  border: 6px solid rgba(255, 255, 255, 0.1);
  border-top: 6px solid rgba(255, 255, 255, 0.7);
  border-radius: 100%;
  animation: rotation 0.6s infinite linear;
}

.spinner-block p {
  margin-top: 16px;
  color: #FFFFFF;
}

.spinner-block-small {
  position: absolute;
  top: calc(50% - 47px);
  text-align: center;
  height: fit-content;
  width: 100%;
  margin: 0 -12px;
}

.spinner-block-small .spinner1 {
  margin: auto;
  height: 40px;
  width: 40px;
  border: 6px solid rgba(255, 255, 255, 0.1);
  border-top: 6px solid rgba(255, 255, 255, 0.7);
  border-radius: 100%;
  animation: rotation 0.6s infinite linear;
}

.spinner-block-small p {
  margin-top: 16px;
  color: #FFFFFF;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.ta-dashboard-linear-chart {
  padding-top: 11px;
}

.ta-dashboard-linear-chart svg {
  height: 40px;
  width: auto !important;
}

.ta-main-column-graph {
  border-bottom: 1px solid #cccccc;
}

.ta-main-column-graph canvas {
  height: 110px !important;
}

.ta-small-lable {
  font-size: 10px;
  color: #757575 !important;
}

/*# sourceMappingURL=main.scss.map */

/*# sourceMappingURL=main.css.map */
