@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
body {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  color: #505050;
  width: 100%;
  background: #cdcdcd;
  font-weight: 400;
  font-family: "Lato", sans-serif;
}

* {
  box-sizing: border-box;
}

.box-login {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  right: 0px;
  margin: auto;
  max-width: 320px;
  background: #fff;
  box-shadow: 3px 3px 8px #c2c2c2;
  padding: 30px;
  border-radius: 5px;
  min-height: 250px;
}

.title24Regular {
  font-size: 24px;
  color: #686868;
  font-weight: 400;
  text-align: center;
  margin: 0px;
  display: inline-block;
  width: 100%;
  padding: 5px 0px 55px 0px;
}

.form-controls {
  border: 1px solid #b8b8b8 !important;
  padding: 5px 30px 5px 6px !important;
  width: 100% !important;
  border-radius: 5px !important;
  height: 37px !important;
  color: #505050 !important;
  box-shadow: none !important;
  margin-bottom: 15px !important;
  font-size: 14px !important;
}

.form-controls::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #686868;
}

.form-controls::-moz-placeholder {
  /* Firefox 19+ */
  color: #686868;
}

.form-controls:-ms-input-placeholder {
  /* IE 10+ */
  color: #686868;
}

.form-controls:-moz-placeholder {
  /* Firefox 18- */
  color: #686868;
}

.btn-login {
  background: #ff8e00;
  color: #fff;
  border: 0px;
  padding: 13px 40px;
  border-radius: 6px;
  display: inline-block;
  margin: 40px 0px 25px 0px;
  font-size: 14px;
  cursor: pointer;
}

.text-center {
  text-align: center;
}

.left-sidebar {
  padding: 0px 10px 10px 10px;
  background: #686868;
  color: #fff;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 220px;
  height: 100%;
  overflow-y: auto;
  border-top: 8px solid #797979;
  overflow-x: hidden;
  z-index: 2;
}

.right-content {
  position: absolute;
  right: 0px;
  background: #fff;
  left: 230px;
  max-width: 100%;
  overflow: auto;
  max-height: 100%;
  min-height: 100%;
  border-left: 1px solid #dfdfdf;
  padding: 15px;
  z-index: 3;
}

.bg-grey {
  background: #f7f7f8;
}

.name-logo {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  margin: 0px;
  padding: 15px 10px;
  border-bottom: 1px solid #999999;
  margin-bottom: 15px;
}

.user-info {
  margin: 0px;
  padding: 0px 10px 15px 10px;
  border-bottom: 1px solid #999999;
  margin-bottom: 5px;
}

.user-info img {
  float: left;
  margin-right: 10px;
  vertical-align: top;
  width: 35px;
}

.info-right-user {
  padding-left: 45px;
}

.name-user {
  margin: 0px 0px 2px 0px;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.position-staff {
  color: #fff;
  font-size: 13px;
  display: block;
  opacity: 0.5;
  margin-top: -2px;
  padding-bottom: 5px;
  white-space: nowrap;
}

.list-actions {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: inline-block;
  width: 100%;
}

.list-actions li {
  display: inline-block;
  width: 100%;
  padding: 0px;
  margin: 10px 0px 10px 0px;
}

.list-actions li a {
  display: block;
  padding: 15px 10px 15px 55px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  text-decoration: none;
}

.list-actions li a:hover,
.list-actions li a.active {
  background-color: #9a9a9a;
}

.list-actions li a.account {
  background-image: url(../images/nav-account.png);
  background-repeat: no-repeat;
  background-position: 10px 12px;
}

.list-actions li a.truck {
  background-image: url(../images/nav-truck.png);
  background-repeat: no-repeat;
  background-position: 10px 13px;
}

.list-actions li a.revenue {
  background-image: url(../images/nav-revenue.png);
  background-repeat: no-repeat;
  background-position: 10px 13px;
}

.list-actions li a.debt {
  background-image: url(../images/nav-debt.png);
  background-repeat: no-repeat;
  background-position: 10px 13px;
}

.list-actions li a.history {
  background-image: url(../images/nav-history.png);
  background-repeat: no-repeat;
  background-position: 10px 13px;
}

.list-actions li a.order {
  background-image: url(../images/nav-order.png);
  background-repeat: no-repeat;
  background-position: 10px 10px;
}

.table {
  border-collapse: collapse;
  float: left;
  width: 100%;
}

.table tr td {
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 5px;
  font-size: 13px;
  vertical-align: middle;
}

.table tr td:last-child {
  text-align: right;
}

.table thead th {
  color: #ff8e00;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 5px;
  text-align: left;
}

.table tbody tr:hover {
  background: #f2f2f2;
}

.box-search {
  float: left;
  width: 100%;
  padding-bottom: 10px;
}

.box-pager {
  float: right;
  max-width: 50%;
}

.form-search .form-controls {
  width: 200px !important;
}

.btn-export-excel {
  display: inline-block;
  padding: 5px 10px;
  background: url(../images//export-excel.jpg) no-repeat 0px 0px;
  background-size: 40px 40px;
  height: 40px;
  width: 40px;
  margin-right: 30px;
  cursor: pointer;
}

.btn-add {
  display: inline-block;
  padding: 5px 10px;
  background: url(../images/add.jpg) no-repeat 0px 0px;
  background-size: 40px 40px;
  height: 40px;
  width: 40px;
  margin-right: 30px;
  cursor: pointer;
}

.pagination {
  display: inline-block;
  list-style: none;
  padding: 0px;
  margin: 0px 0px 2px 0px !important;
}

.pagination li {
  float: left;
  line-height: 30px;
}

.pagination li a {
  display: inline-block;
  line-height: 32px;
  text-decoration: none;
  padding: 0px 7px;
  border: 1px solid #dee2e6;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  text-align: center;
  margin: 0px 2px;
  color: #797992;
  font-size: 14px;
}

.pagination li a:hover,
.pagination li a.active {
  background: #ff8e00;
  color: #fff;
  border: 1px solid #ff8e00;
}

.pagination li a.prev,
.pagination li a.next {
  color: #bfbfbf;
  font-size: 12px;
}

.box-info-number {
  float: left;
  width: 100%;
  text-align: right;
  padding: 0px 0px 10px 0px;
}

.number-from {
  font-size: 14px;
  color: #686868;
  display: inline-block;
  position: relative;
  padding-right: 10px;
}

.number-from:before {
  content: "/";
  position: absolute;
  top: 0px;
  right: 0px;
}

.number-to {
  color: #ff8e00;
  font-size: 14px;
}

.box-top {
  display: inline-block;
  width: 100%;
  /* padding: 40px 0px 0px 0px; */
}

.table tr td {
  position: relative;
}

.table tr td span {
  color: #383838;
}

.table tr td span.textOrange {
  color: #ff8e00;
  font-size: 14px;
  display: block;
  padding: 0px 0px 5px 0px;
}

.text-upper {
  text-transform: capitalize;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-style: italic;
  color: #686868;
}

::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
  color: #686868;
}

:-ms-input-placeholder {
  /* IE 10+ */
  font-style: italic;
  color: #686868;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #686868;
  font-style: italic;
}

.menu-dropdown {
  background: #fff;
  border-radius: 7px;
  padding: 0px 0px 12px 0px;
  margin: 0px;
  list-style: none;
  box-shadow: 0px 3px 7px #7b7b7b;
  position: absolute;
  top: 100%;
  right: 0px;
  margin-top: -25px;
  min-width: 180px;
  text-align: left;
  display: none;
  z-index: 999;
  cursor: pointer;
}

.menu-dropdown li {
  padding: 10px 0px 0px 0px;
}

.menu-dropdown li a {
  display: block;
  padding: 9px 0px 9px 50px;
  color: #505050;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.menu-dropdown li a.menu-view {
  background: url(../images/view.png) no-repeat 20px 10px;
  background-size: 20px;
}

.menu-dropdown li a.menu-edit {
  background: url(../images/edit.png) no-repeat 20px 10px;
  background-size: 18px;
}

.menu-dropdown li a.menu-finish {
  background: url(../images/finish.png) no-repeat 20px 10px;
  background-size: 18px;
}

.menu-dropdown li a.menu-delete {
  background: url(../images/delete.png) no-repeat 20px 10px;
  background-size: 16px;
}

.menu-dropdown li a.menu-hide {
  background: url(../images/hide.png) no-repeat 20px 10px;
  background-size: 18px;
}

.menu-dropdown li a.menu-lock {
  background: url(../images/lock.png) no-repeat 20px 10px;
  background-size: 18px;
}

.menu-dropdown li a.menu-history {
  background: url(../images/history.png) no-repeat 20px 10px;
  background-size: 18px;
}

.container-popup {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/bg-black-trans.png);
  z-index: 13;
  display: none;
}

.content-popup {
  margin: auto;
  max-width: 80%;
  background: #fff;
  border-radius: 5px;
  padding: 15px;
  top: 50%;
  left: 0px;
  right: 0px;
  transform: translateY(-50%);
  position: absolute;
}

.content-popup-small {
  max-width: 500px;
}

.content-popup table {
  width: 100%;
}

.content-popup table tr td {
  vertical-align: middle;
  padding: 15px 10px 15px 0px;
  position: relative;
}

.content-popup table tr td:first-child {
  text-align: right;
}

.content-popup table tr td input,
.content-popup table tr td select {
  margin-bottom: 0px !important;
}

.content-popup table tr td span {
  color: #686868;
  font-size: 14px;
  line-height: 16px;
}

.btn-save {
  background: #ff8e00;
  border: 0px;
  padding: 5px 10px;
  min-width: 70px;
  border-radius: 4px;
  height: 32px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 5px;
  margin-right: 18px;
  cursor: pointer;
}

.text-right {
  text-align: right;
}

.customeScrollbar {
  height: 65vh;
  padding: 10px 10px 10px 0px;
  overflow: auto;
}

.mCSB_container {
  padding-right: 10px;
}

.mCustomScrollBox > .mCSB_scrollTools {
  right: -5px;
}

.title_normal_up {
  text-transform: uppercase;
  color: #808080;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  margin-top: 5px;
}

.close_popup {
  position: absolute;
  top: 20px;
  right: 12px;
  height: 15px;
  width: 15px;
  cursor: pointer;
  background: url(../images/close-icon.png) no-repeat 0px 0px;
}

.item-file {
  position: relative;
}

.text-close {
  position: absolute;
  top: 10px;
  right: 8px;
  height: 10px;
  width: 9px;
  background: url(../images/close-sm.png) no-repeat 0px 0px;
}

.ui-autocomplete li a.item-file {
  background-image: none !important;
  background-color: #fff !important;
  border: 1px solid #fff !important;
  margin: 0px !important;
}

.item-file .text-ui {
  display: block !important;
  padding: 2px 0px;
  font-size: 13px !important;
  text-transform: none;
  cursor: pointer;
}

.item-file .text-ui:hover {
  color: #505050;
}

.required {
  color: #f30 !important;
  font-size: 12px !important;
  line-height: 14px !important;
  text-transform: none;
  position: absolute;
  top: 54px;
  left: 10px;
}

.item-panel > span.required {
  color: #f30 !important;
  font-size: 13px !important;
  line-height: 14px !important;
  text-transform: none;
  position: absolute;
  top: 54px;
  left: 40px;
}

.form-search .form-controls.select-small {
  max-width: 140px;
}

.form-group-block {
  display: inline-block;
  margin-left: 12px;
  margin-bottom: -6px;
  width: 200px;
}

.mwkeyword {
  min-width: 250px;
}

.text-ui {
  display: block !important;
  padding: 3px 0px;
  font-size: 14px !important;
  color: #505050;
}

.icon-search {
  background: url(../images/icon-search.png) no-repeat right 12px top 12px;
}

.icon-file-select {
  background: url(../images/file-list.png) no-repeat right 10px top 8px;
}

.table tr td span.text-grey,
.text-grey {
  color: #383838;
  font-size: 14px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 210px;
}

.form-search-bill .form-controls {
  max-width: 200px;
  min-width: 200px;
}

.box-top-bill {
  padding: 10px 0px 0px 0px;
}

.pannel-content {
  display: none;
  padding: 10px 0px 0px 0px;
}

.panel-collapse {
  background-color: #f7f7f7;
  display: inline-block;
  width: 100%;
  padding: 8px 15px;
  text-decoration: none;
  color: #686868;
  font-size: 14px;
  line-height: 16px;
  margin-top: 20px;
  cursor: pointer;
}

.btn-stat {
  background: #ff8e00;
  border: 0px;
  padding: 5px 10px;
  width: 100px;
  border-radius: 5px;
  height: 32px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 5px;
  margin-right: 10px;
  cursor: pointer;
}

.panel-plus {
  background-image: url(../images/plus.png);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: right 15px top 11px;
}

.panel-minus {
  background-image: url(../images/minus.png);
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: right 14px top 15px;
}

.add_more {
  display: inline-block;
  height: 24px;
  width: 24px;
  background: url(../images/plus-circle.png) no-repeat 2px 2px;
  background-size: 20px 20px;
  position: absolute;
  top: 22px;
  right: 28px;
  cursor: pointer;
}

.item-panel {
  display: inline-block;
  width: 100%;
  padding: 12px 45px 15px 30px;
  position: relative;
}

.time-info {
  display: inline-block;
  width: 100%;
  color: #686868;
  font-size: 12px;
  padding-top: 10px;
}

.input-item-panel input {
  width: 100% !important;
  padding: 11px 10px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  color: #505050;
  font-size: 14px;
  font-style: italic;
  line-height: 15px;
  height: auto;
  box-shadow: none;
  margin: 0px;
}

.box-button {
  display: inline-block;
  width: 100%;
  text-align: right;
  padding: 15px 0px 5px 0px;
  position: relative;
  min-height: 25px;
}

.currency-unit {
  font-size: 13px !important;
  opacity: 0.5;
  margin-left: -40px;
  top: 24px;
  position: absolute;
}

.remove_item {
  position: absolute;
  top: 22px;
  right: 0px;
  height: 24px;
  width: 24px;
  cursor: pointer;
  background: url(../images/minus-circle.png) no-repeat 2px 2px;
  background-size: 20px 20px;
}

.panel-collapse .textOrange {
  float: right;
  color: #ff8e00;
  font-size: 14px;
  font-weight: 600;
  padding-right: 30px;
}

.textOrange {
  color: #ff8e00;
  font-size: 14px;
  font-weight: 400;
  display: block;
}

ul.ui-corner-all {
  max-height: 230px;
  overflow-y: auto;
  overflow-x: hidden;
}

.form-search {
  display: inline-block;
  width: 100%;
  margin: 2px;
}

.icon-calendar {
  background: url(../images/calendar.png) no-repeat right 6px top 10px;
}

.icon-calendar.datepicker {
  cursor: pointer;
}

select {
  font: 400 13.3333px Arial;
}

.container-popup .form-controls {
  font-size: 13px !important;
}

.iconw-calc {
  background: url(../images/calc.png) no-repeat 0px 4px;
  display: inline-block;
  height: 40px;
  width: 33px;
  margin: 0px 0px -18px 18px;
  background-size: 30px 26px;
  cursor: pointer;
}

.progress-bar {
  width: 100%;
  overflow: hidden;
  height: 4px;
  float: left;
  background: #f7f7f7;
  margin: 3px 0px 0px 0px;
  position: relative;
}

.in-progress-bar {
  background: #ff8e00;
  width: 50%;
  height: 4px;
  float: left;
}

.content-popup#popup_thuchi table tr td {
  padding-right: 0px;
  padding-left: 0px;
}

.content-popup table.table-info {
  float: right;
  width: 200px;
  border-collapse: collapse;
  background-color: white;
}

.content-popup .table-info tr td {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 10px;
  color: #686868;
  min-width: 120px;
  /* text-transform: uppercase; */
}

.table-info tr td:last-child {
  color: #ffbc67;
}

.panel-info {
  display: inline-block;
  width: 100%;
  padding: 10px 0px;
  margin: 30px 0px 0px 0px;
  border-top: 1px solid #e5e5e5;
}

@media (max-width: 1366px) {
  .table tr td span.text-grey,
  .text-grey {
    font-size: 13px;
    max-width: 170px;
  }
  .table tr td span.textOrange,
  .table tr td {
    font-size: 13px;
  }
  .table thead th {
    font-size: 13px;
  }
  .form-search .form-controls.select-small {
    max-width: 125px;
  }
  .form-group-block {
    margin-left: 10px;
  }
  .form-search-bill .form-controls {
    max-width: 200px;
    min-width: 200px;
  }
  .form-controls {
    font-size: 13px !important;
  }
}

em.input-error {
  display: block;
  margin-top: -15px;
  padding: 3px 0px 15px 10px;
  font-style: normal;
  color: #f30;
  font-size: 0.75rem;
}

input:focus,
textarea:focus,
select:focus {
  outline: none !important;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9c9c9c !important;
  font-size: 13px;
}

.angucomplete-holder {
  top: 1px;
  width: 100%;
  position: relative;
}

.angucomplete-dropdown {
  border-color: #ececec;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  width: 100%;
  cursor: pointer;
  z-index: 9999;
  position: absolute;
  background-color: #ffffff;
  max-height: 200px;
  overflow: auto;
}

.angucomplete-searching {
  color: #acacac;
  font-size: 13px;
}

.angucomplete-title {
  white-space: nowrap;
  font-size: 14px;
  color: #3c4a5c;
  float: left;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.8 !important;
}

.angucomplete-description {
  font-size: 12px;
  color: #686868;
  float: left;
  width: 70%;
  line-height: 1 !important;
}

.angucomplete-row {
  padding: 5px;
  color: #000000;
  clear: both;
  height: 45px;
}

.angucomplete-selected-row {
  background-color: lightblue;
  color: #ffffff;
}

.angucomplete-image-holder {
  padding-top: 2px;
  float: left;
  margin-right: 10px;
  margin-left: 5px;
}

.angucomplete-image {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  border-color: #ececec;
  border-style: solid;
  border-width: 1px;
  margin-top: -2px;
}

.angucomplete-image-default {
  background-position: center;
  background-size: contain;
  height: 48px;
  width: 48px;
  margin-top: -2px;
}

.angucomplete-holder > input {
  /* line-height: 1.4; */
  border: 1px solid #b8b8b8;
}

.angucomplete-holder-icon {
  position: relative;
}

.angucomplete-holder-icon .fa {
  position: absolute;
  padding: 12px 6px 12px 12px;
  right: 0px;
  opacity: 0.2;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #ff8e00;
  border-color: #ff8e00;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  vertical-align: middle !important;
}

.table-not-found-item {
  float: left;
  width: 100%;
  text-align: center;
  color: #ff8e00;
  padding: 0px 0px 10px 0px;
}

.btn-warning {
  color: #ffffff;
  background-color: #ff8e00;
  border-color: #ff8e00;
  font-size: 13px;
  min-width: 70px;
}

.btn-default {
  color: #505050;
  font-size: 13px;
  min-width: 70px;
}

.btn-choose-file {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 25px;
  color: #ff8e00;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 17px;
  border-bottom-left-radius: 17px;
}

.page-item:last-child .page-link {
  margin-left: 0;
  border-top-right-radius: 17px;
  border-bottom-right-radius: 17px;
}

.truncate-multiline-2 {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.form-control {
  display: block;
  width: 100%;
  height: 37px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #686868;
  border: 1px solid #b8b8b8;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  transition: none;
}

.form-group {
  margin-bottom: 0px;
}

.menu_extra {
  cursor: pointer;
  display: block;
  width: 30px;
  height: 30px;
}

.menu_extra > img {
  margin-top: 10px;
  width: 34px;
}

.panel {
  margin-bottom: 0px;
  border: none;
  box-shadow: none;
}

.option-placeholder {
  color: #9c9c9c !important;
  font-size: 13px !important;
  font-style: italic;
}

.option-nonplaceholder {
  color: #505050 !important;
}

.list-group-file {
  width: 95%;
  float: right;
}

.list-group-file > li {
  border: none;
  padding: 0.4rem 0.3rem;
}

.list-group-file > li > a {
  color: #ff8e00;
  padding-bottom: 10px;
}

.list-group-file > li > a > i.fa-file {
  text-decoration: underline;
  color: #ff8e00;
  width: 500px;
  text-align: left;
}

.list-group-file > li > a > i.fa-file:before {
  padding-right: 5px;
  color: #ff8e00;
}

.list-group-file > li > a > i.fa-truck {
  max-width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-group-file > li > a > i.fa-truck:before {
  padding-right: 5px;
  color: #ff8e00;
}

.list-group-file > li > div.file-size > span {
  padding-right: 20px;
  font-size: 12px;
  vertical-align: top;
}

.file-size {
  padding: 5px;
}

.list-group-file > li > div.file-size > i {
  vertical-align: top;
}

.list-group-file > li > div > i.fa-remove:before {
  color: #ff8e00;
  cursor: pointer;
  padding-right: 5px;
}

.list-group-file > li > a > {
  padding-bottom: 10px;
}

.input-currency-unit {
  position: absolute;
  top: 26px;
  left: 405px;
  font-size: 12px !important;
}

.logout {
  width: 20px;
  height: 20px;
  padding-left: 68px;
  cursor: pointer;
  position: absolute;
  right: 20px;
  margin-top: -14px;
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #feb252;
  border-color: #feb252;
}

.btn-primary {
  color: #fff;
  background-color: #ff8e00;
  border-color: #ff8e00;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x- ng-cloak {
  display: none !important;
}

.img-note {
  width: 55px;
  height: 40px;
  line-height: 40px;
}
.info-note {
  width: 90%;
  color: #505050;
}
.date-note {
  width: 155px;
  color: #808080;
  font-size: 12px;
}
.item-note {
  background: #f0f3f7;
  padding: 15px;
  margin-bottom: 15px;
  display: flex;
  position: relative;
}
.width-100 {
  width: 100%;
}
.add_note {
  position: absolute;
  top: 16px;
  right: 4px;
  background: url(../images/plus-circle.png) no-repeat right 0px top 0px;
  height: 28px;
  width: 28px;
  background-size: 28px;
}
.note-panel {
  display: inline-block;
  width: 100%;
  padding: 0px 0px 0px 30px;
  position: relative;
  margin-bottom: 5px;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #808080;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #505050;
}

.disabled {
  pointer-events: none;
  cursor: default;
  background: #f7f7f7;
  opacity: 0.4;
  border: none !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.revenue-sum {
  float: right;
}

.revenue-sum table.table-info {
  float: right;
  width: 300px;
  border-collapse: collapse;
  background-color: white;
}

.revenue-sum .table-info tr td {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 10px;
  color: #505050;
  min-width: 100px;
  text-transform: none;
}

.btn-refresh {
  display: inline-block;
  position: relative;
  opacity: 0.5;
  top: -14px;
  right: 20px;
  cursor: pointer;
}

.payment-history-info {
  border-left: 4px solid #ff8e00;
}

.text-success {
  color: #28a745 !important;
}

.text-danger {
  color: #dc3545 !important;
}
