:root {
  --gz-notch-height: 0px;
}

html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: Lato, "Open Sans", "Arial";
}

body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.loginbg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

a,
a:hover,
a:active,
a:focus,
button,
button:hover,
button:active,
button:focus,
.btn:hover,
.btn:focus,
.btn:active {
  outline: none;
}

.pad5 {
  padding: 5px;
}

.pad10 {
  padding: 10px;
}

.invoicealert {
  font-size: 18px;
}

.yellowbg {
  background: #f5f58e;
}

.yellowbg.darker {
  background: #ff9f07;
}

.lightredbg {
  /* suggest light red color here */
  background: #ffdcdc;
}

.lightredbg.darker {
  background: #ffb4b4;
}

.orange {
  color: #f18d42;
}

.emerald {
  color: #03a9f4;
}

.red {
  color: #d00;
}

.dangerred {
  color: #d00 !important;
}

.color-orange {
  color: rgb(242, 138, 60);
}

.color-blue {
  color: rgb(77, 171, 247);
}

.color-green {
  color: rgb(103, 215, 122);
}

.color-purple {
  color: rgb(137, 49, 137);
}

.color-pink {
  color: rgb(237, 101, 194);
}

.color-gray {
  color: #6e6b7b;
}

.absheaderwrapper {
  position: relative;
  background: #333;
  padding-top: var(--gz-notch-height);
}

.absheader {
  position: absolute;
  top: var(--gz-notch-height);
  left: 0;
  width: 100%;
  height: 60px;
  padding: 10px 30px 10px 60px;
  background: #333;
  color: #eee;
  text-align: left;
}

.absheader.childmode {
  height: 30px;
  text-align: center;
}

.absheader h2 {
  font-size: 18px;
  margin: 0;
  line-height: 40px;
  color: #ddd;
  text-align: center;
  white-space: nowrap;
  text-overflow: clip;
  display: inline-block;
}

.abs .absheader h2 span {
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: #ccb265;
}

#containerfull {
  position: absolute;
  overflow: auto;
  width: 100%;
  height: calc(100% - 126px - var(--gz-notch-height));
  top: calc(60px + var(--gz-notch-height));
  padding-bottom: 40px;
  left: 0;
  right: 0;
  max-width: 960px;
  margin: auto;
}

#containerfull.isbusy {
  height: calc(100% - 68px);
  top: 68px;
}

#containerfull.loggedin {
  background: #fff;
}

.absfooter {
  height: 40px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 0;
  line-height: 20px;
  background: #333;
  color: #eee;
  z-index: 1;
}

.loginbox {
  border: 1px solid #666;
  width: 90%;
  max-width: 300px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 6px;
  top: 0;
  bottom: 0;
  height: 175px;
  padding: 10px 20px 5px 20px;
  background: rgba(20, 20, 20, 0.4);
}

.loginform h4 {
  color: #fff;
  margin: 0;
  padding: 5px;
}

.loginform p {
  color: #fff;
}

.logo {
  position: absolute;
  left: 0;
  top: 0;
  height: 60px;
}

.ngdialog-theme-default .ngdialog-content {
  background: transparent !important;
}

.dialogpanel .panel-heading {
  background: #333;
  min-height: 120px;
}

.dialogpanel .panel-heading h2 {
  color: #eee;
}

.dialogpanel .panel-heading.errordialog {
  background: #900;
}

p.dialogtext {
  font-size: 20px;
  padding: 10px;
}

.bizlist {
  margin: 4px 0 0 0;
  text-align: left;
}

.bizlist .list-group-item {
  padding: 10px 10px;
  border: 1px solid #eee;
  background: #fff;
  box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
  margin: 4px;
  border-radius: 4px;
}

.bizlist .list-group-item h2 {
  font-size: 18px;
  margin: 0;
  color: #333;
  text-shadow: 1px 1px 0 #fff;
}

.bizlist .list-group-item.headonly h2 {
  line-height: 33px;
}

.bizlist .list-group-item p {
  font-size: 14px;
  margin: 0;
  color: #999;
}

.bizlist .list-group-item.listdisabled p,
.bizlist .list-group-item.listactive p,
.bizlist .list-group-item.listhighlight p {
  color: #666;
}

.bizlist .list-group-item.couponheading {
  background: #666;
}

.bizlist .list-group-item.couponheading h2 {
  color: #ddd;
  text-shadow: none;
}

.list-group-item.listactive {
  background: #bedb39;
}

.list-group-item.listhighlight {
  background: #53e4fc;
}

.list-group-item.listdisabled {
  background: #bbb;
}

.list-group-item.detail {
  padding-bottom: 0;
  margin-bottom: 2px;
}

.list-group-item.detail a:hover,
.list-group-item.detail a:focus,
.list-group-item.detail a:active,
.list-group-item.detail a:visited {
  color: #333;
}

h2 span.subtle {
  color: #6d6d6d;
  font-size: 14px;
}

.list-group-item.detail p {
  padding-top: 10px;
}

.list-group-item a {
  text-decoration: none;
}

span.bubble:not(:first-child) {
  padding-left: 6px;
}

span.bubble:not(:first-child):before {
  content: "|";
  padding-right: 6px;
}

span.bubblewrapholder {
  margin-right: 4px;
}

span.bubblewrap {
  padding: 2px;
  background: #ccc;
  color: #666;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

span.bubbleamt {
  padding: 2px;
  background: #999;
  color: #ddd;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.margintop5 {
  margin-top: 5px;
}

.margintop20 {
  margin-top: 20px;
}

.txfooteractionbar {
  margin-top: 5px;
}

.list-group-item.listactive h2,
.list-group-item.listhighlight h2,
.list-group-item.listdisabled h2 {
  text-shadow: none;
}

.bizlist .list-group-item.listactive:hover,
.bizlist .list-group-item.listactive:active,
.bizlist .list-group-item.listactive:focus {
  background: #bedb39;
}

.bizlist .list-group-item.listhighlight:hover,
.bizlist .list-group-item.listhighlight:active,
.bizlist .list-group-item.listhighlight:focus {
  background: #53e4fc;
}

.bizlist .list-group-item.listdisabled:hover,
.bizlist .list-group-item.listdisabled:active,
.bizlist .list-group-item.listdisabled:focus {
  background: #bbb;
}

.list-group-item.listactive h2,
.bizlist .list-group-item.listhighlight h2 {
  color: #333;
}

.bizlist .list-group-item.listdisabled h2 {
  color: #666;
}

.dropdown.ddmenu {
  position: absolute;
  z-index: 1111;
  right: 5px;
  top: 15px;
}

.dropdown.ddmenu .dropdown-menu {
  min-width: 100px;
}

.dropdown.ddmenu .dropdown-menu > li > a {
  padding: 5px 10px;
}

.dropdown.ddmenu .dropdown-menu > li:not(:first-child) > a {
  border-top: 1px solid #ddd;
}

.uzeliicon {
  padding: 0;
  color: #ddd;
  font-size: 20px;
}

.menuicon {
  color: #f4a121;
}

.nexticon {
  padding: 0 10px;
}

.bizpickicon {
  position: absolute;
  top: 0;
  right: 5px;
  line-height: 58px;
  font-size: 24px;
  color: #6d6d6d;
}

.listactive .bizpickicon,
.listhighlight .bizpickicon {
  color: #333;
}

.headonly .bizpickicon {
  line-height: 53px;
}

.uzeliicon:hover,
.uzeliicon:active,
.uzeliicon:focus {
  color: #ddd;
}

.menuicon:hover,
.menuicon:active,
.menuicon:focus {
  color: #f4a121;
}

.bizpickicon:hover,
.bizpickicon:active,
.bizpickicon:focus {
  color: #333;
}

.padright5 {
  padding-right: 5px;
}

.padleft5 {
  padding-left: 5px;
}

.padright10 {
  padding-right: 10px;
}

.padleft10 {
  padding-left: 10px;
}

.pad5 {
  padding: 5px;
}

ul.nav-tabs {
  background: #ddd;
}

.nav-tabs > li > a {
  font-size: 12px;
  padding: 5px;
  color: #333;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #908052;
}

.tab-content {
  background: rgba(230, 230, 230, 0.7);
}

.dropdown-menu table:focus,
.dropdown-menu table:active {
  outline: 0;
}

.tiny {
  font-size: 10px;
  margin: 0;
  padding: 3px;
  display: block;
}

#datepickerinput:disabled {
  background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
  border-color: #ccc;
  color: #333;
}

.kpis {
  padding: 0;
  padding-top: 4px;
}

.kpis .col-xs-6 {
  padding: 0 4px;
}

.kpis .col-xs-6:first-child {
  padding-right: 2px;
}

.kpis .col-xs-6:not(:first-child) {
  padding-left: 2px;
}

.kpiwidget {
  width: 100%;
  border: 1px solid #ccc;
  background: #fff9c4;
  border-radius: 6px;
  height: 100px;
  position: relative;
  font-family: "Titillium", "Lato", "sans-serif";
}

.kpiwidget.small {
  height: 75px;
}

.widgetbody {
  padding: 5px;
  color: #666;
}

.kpiwidget h4 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0;
  padding: 5px;
  background: #fff176;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  color: #666;
  font-family: "Titillium", "Lato", "sans-serif";
}

.kpiwidgetfooter {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  padding: 5px;
  text-align: left;
  width: 100%;
  color: #aaa370;
  overflow-x: auto;
}

.kpidata {
  font-size: 24px;
}

#aggregateview {
  display: flex;
  flex: 1;
  flex-direction: column;
}

#aggregateview .flexrow {
  display: inline-flex;
  flex-wrap: wrap;
  row-gap: 5px;
  justify-content: space-around;
}

#aggregateview .kpiwidget {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 180px;
  border: 1px solid #eee;
  background: #fff;
  box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
  margin: 4px;
  border-radius: 4px;
  min-height: 150px;
  justify-content: space-between;
}

#aggregateview .kpiwidget h4 {
  background: none;
  border: none;
  color: #333;
  padding: 10px;
}

#aggregateview .kpiwidget .widgetbody {
  padding: 10px;
  color: #333;
  display: flex;
  justify-content: space-between;
}

#aggregateview .kpiwidgetfooter {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  align-content: flex-end;
  flex-wrap: wrap;
  color: #333;
}

#aggregateview .kpidata {
  font-size: 28px;
}

.titleheader h4 {
  margin: 0;
  padding: 5px;
  background: #fff176;
  color: #333;
}

.sortheading {
  background: #fff176 !important;
}

.animate-if.ng-enter {
  transition: all 0.2s ease;
}

.strikeout {
  text-decoration: line-through;
}

.busybg {
  position: absolute;
  width: 100%;
  height: 8px;
  left: 0;
  top: 60px;
  text-align: center;
  z-index: 100;
  color: #333;
}

.busybg span {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 100px;
  z-index: 101;
}

.busybg .loading {
  background: #c0e7f9;
}

.busybg .loading .loading-bar {
  background: #03a9f4;
}

#deletetxmodal .alert {
  margin-bottom: 10px;
}

#deletetxmodal textarea {
  width: 100%;
  border: 1px solid #ddd;
  height: 80px;
  border-radius: 4px;
}

#deletetxmodal .modal-header {
  background: #333;
  color: #fff;
  padding: 5px;
}

#deletetxmodal .modal-header h3 {
  margin: 15px;
}

#deletetxmodal .modal-body {
  padding: 5px;
}

.toastdialog {
  padding: 5px;
  background: #eee;
}
.toastdialog p {
  text-align: center;
  padding: 0;
  margin: 0;
  background: #c0e7f9;
  color: #03a9f4;
  border-radius: 5px;
}
.toastdialog p.toast-error {
  color: #900;
  background: #f7cece;
}

.minwidth60 {
  min-width: 60px;
}

.minwidth80 {
  min-width: 80px;
}

.minwidth100 {
  min-width: 100px;
}

.tabbedlist .nav-tabs {
  background: none;
  margin-top: 2px;
}

.tabbedlist .nav-tabs li a {
  font-size: 18px;
  border: 1px solid #ccc;
  border-bottom: none;
  background: #ddd;
}
.tabbedlist .nav-tabs li.active a {
  background: #c0e7f9;
  color: #03a9f4;
}

.clearfix {
  clear: both;
}

#retryotp {
  color: #03a9f4;
}
#retryotp:hover,
#retryotp:focus {
  text-decoration: none;
}
.roundcorner {
  border-radius: 6px;
}

@media (max-width: 360px) {
  .kpiwidget .kpidata {
    font-size: 18px;
  }
}

/* Receipt Modal for WebView */
.receipt-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.receipt-modal-container {
  background: #fff;
  border-radius: 8px;
  width: 100%;
  max-width: 480px;
  height: 90%;
  max-height: 640px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.receipt-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background: #03a9f4;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.receipt-modal-close {
  background: none;
  border: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  padding: 4px 8px;
  line-height: 1;
  opacity: 0.9;
}

.receipt-modal-close:hover {
  opacity: 1;
}

.receipt-modal-body {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.receipt-modal-iframe {
  flex: 1;
  width: 100%;
  border: none;
  background: #fff;
}

.receipt-modal-footer-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 44px;
  background: transparent;
  cursor: pointer;
  z-index: 10;
}
