/* import url(https: //fonts.googleapis.com/css?family=Open+Sans); */
/*
Project Name: T.T. Currency Exchange
Development: Rise+ Technology
File: Core
*/

body {
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding-bottom: 65px;
  overflow-x: hidden;
  color: #797979;
}

html {
  position: relative;
  min-height: 100%;
}

body.height-fix {
  overflow: hidden;
}

* {
  outline: none !important;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.wrapper-list-customers p.title {
  position: absolute;
  margin-top: -8px;
  font-size: 13px;
  color: #797979;
  font-weight: bold;
  width: 220px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.wrapper-list-customers p.sub-title {
  position: absolute;
  margin-top: 11px;
  font-size: 12px;
  color: #999999;
}

.wrapper-list-notification p.title {
  position: absolute;
  margin-top: -8px;
  font-size: 16px;
  color: #60C521;
}

.wrapper-list-notification p.sub-title {
  position: absolute;
  margin-top: 11px;
  font-size: 14px;
  color: #808080;
}

.notification-staff-name {
  margin: 0 -12px 0 -12px;
  text-align: center;
}

.wrapper-assessment-default {
  /* border: 1px solid #cccccc; */
  /* padding: 5px 10px 5px 10px; */
  display: block;
  border-radius: 5px;
  font-weight: bold;
  width: max-content;
  /* margin-bottom: 5px; */
  text-align: left;
}

.wrapper-assessment-default a.text-total {
  text-decoration: none;
  color: #797979;
  display: flex;
  /* margin-left: 15px; */
}

.wrapper-assessment-default a.text-total span.text-sub-total {
  text-decoration: none;
  color: #FFA600;
  font-size: 16px;
  margin: -2px 2px 0 7px;
}

.wrapper-assessment {
  border: 1px solid #E7604A;
  padding: 5px 10px 5px 10px;
  display: block;
  border-radius: 5px;
  font-weight: bold;
  width: max-content;
  margin-bottom: 5px;
}

.wrapper-assessment a.is-check {
  background-color: #E7604A;
  border-radius: 50%;
  width: 19px;
  height: 19px;
  font-size: 13px;
  display: inline-flex;
  color: #FFFFFF;
  text-decoration: none;
  padding: 3px 2px 1px 3px;
  margin-left: 5px;
}

.wrapper-assessment-success {
  border: 1px solid #4B991A;
  padding: 5px 10px 5px 10px;
  display: block;
  border-radius: 5px;
  font-weight: bold;
  width: max-content;
  margin-bottom: 5px;
}

.wrapper-assessment-success a.is-check {
  background-color: #4B991A;
  border-radius: 50%;
  width: 19px;
  height: 19px;
  font-size: 13px;
  display: inline-flex;
  color: #FFFFFF;
  text-decoration: none;
  padding: 3px 2px 1px 4px;
  margin-left: 5px;
}


/* type a head css */

.typeahead-demo .custom-popup-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  background-color: #f9f9f9;
}

.typeahead-demo .custom-popup-wrapper>.message {
  padding: 10px 20px;
  border-bottom: 1px solid #ddd;
  color: #868686;
}

.typeahead-demo .custom-popup-wrapper>.dropdown-menu {
  position: static;
  float: none;
  display: block;
  min-width: 380px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

/* end type a head */

/*.Wallop { max-width: 480px; }

.Wallop-list { margin: 15px 0; }

.Wallop-item img { width: 100%; }

.Wallop-pagination {
  text-align: center;
}
.Wallop-dot {
  text-indent: -9999px;
  border: 0;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  padding: 0;
  margin: 5px;
  background-color: #ccc;
  -webkit-appearance: none;
}

.Wallop-dot--current {
  background-color: #73af00;
}
*/

/* Badge */

.badge {
  text-transform: uppercase;
  padding: 3px 5px;
  font-size: 11px;
  margin-top: 1px;
  background-color: #188ae2;
}

.badge-big {
  text-transform: uppercase;
  padding: 0px 7px;
  font-size: 15px;
  position: absolute;
  right: 0;
  margin: -11px 7px 0px 0;
  color: #FFFFFF;
  border-radius: 10px;
  /* background-color: #188ae2; */
}

.badge-small {
  padding: 0px 2px;
  text-transform: uppercase;
  font-size: 9px;
  color: #e34c35;
  margin: 0 5px 0 17px;
  border-radius: 50%;
  background-color: #e34c35;
}

.badge-hq {
  text-transform: uppercase;
  padding: 0px 5px;
  font-size: 15px;
  /* position: absolute; */
  /* right: 0; */
  /* margin: 10px 0px 0px 0; */
  color: #FFFFFF;
  border-radius: 10px;
  /* background-color: #188ae2; */
}

/* Background colors */
.bg-black {
  background-color: #333A44 !important;
}

.bg-primary {
  background-color: #7fc1fc !important;
}

.bg-success {
  background-color: #4bd396 !important;
}

.bg-info {
  background-color: #3ac9d6 !important;
}

.bg-warning {
  background-color: #f9c851 !important;
}

.bg-warning-op-3 {
  background: rgba(249, 200, 81, 0.3);
}

.bg-danger {
  /*background-color: #f5707a !important;*/
  background-color: #ff0000 !important;
}

.bg-muted {
  background-color: #797979 !important;
}

/* .bg-gray {
  background-color: #f9f9f9 !important;
} */

.bg-gray-light {
  background-color: #f0f0f0 !important;
}

.bg-white {
  background-color: #ffffff !important;
}



/* tabs */
/* ul.withdraw-tab {
  transform: translate(2%, 0%);
} */

.withdraw-tab>li>a {
  position: initial;
  /* display: inline; */
  padding: 10px 8.8rem;
  border-radius: 5px;
  background-color: #F7F7F7;
  color: #CFCFCF;
  /* font-weight: 600; */
}

.withdraw-tab>li>a:hover {
  background-color: #E8E8E8;
}

.withdraw-tab>li+li {
  margin-left: 5px;
}

.withdraw-tab>li.active>a,
.withdraw-tab>li.active>a:focus,
.withdraw-tab>li.active>a:hover {
  color: #ffffff;
  background-color: #FBCB05;
}

.refund-tab>li>a {
  position: initial;
  display: inline;
  padding: 15px 97px;
  border-radius: 5px;
  background-color: #F7F7F7;
  color: #CFCFCF;
  /* font-weight: 600; */
}

.refund-tab>li>a:hover {
  background-color: #E8E8E8;
}

.refund-tab>li+li {
  margin-left: 5px;
}

.refund-tab>li.active>a,
.refund-tab>li.active>a:focus,
.refund-tab>li.active>a:hover {
  color: #ffffff;
  background-color: #FBCB05;
}

.close-tab>li>a {
  position: initial;
  display: inline;
  padding: 15px 75px;
  border-radius: 5px;
  background-color: #F7F7F7;
  color: #CFCFCF;
  /* font-weight: 600; */
}

.close-tab>li>a:hover {
  background-color: #E8E8E8;
}

.close-tab>li+li {
  margin-left: 5px;
}

.close-tab>li.active>a,
.close-tab>li.active>a:focus,
.close-tab>li.active>a:hover {
  color: #ffffff;
  background-color: #FBCB05;
}


.mode-tab>li>a {
  position: initial;
  display: inline;
  padding: 12px 50px;
  border-radius: 5px;
  background-color: #FCDC59;
  color: #ffffff;
  font-weight: 600;
}

.mode-tab>li>a:hover {
  background-color: #FFA600;
}

.mode-tab>li+li {
  margin-left: 5px;
}

.mode-tab>li.active>a,
.mode-tab>li.active>a:focus,
.mode-tab>li.active>a:hover {
  color: #ffffff;
  background-color: #333A44;
}

.mode-tab-hq>li>a {
  position: initial;
  display: inline;
  /* padding: 12px 50px; */
  border-radius: 5px;
  background-color: #FCDC59;
  color: #ffffff;
  font-weight: 600;
  width: 100px;
}

.mode-tab-hq>li>a:hover {
  background-color: #FFA600;
}

.mode-tab-hq>li+li {
  margin-left: 5px;
}

.mode-tab-hq>li.active>a,
.mode-tab-hq>li.active>a:focus,
.mode-tab-hq>li.active>a:hover {
  color: #ffffff;
  background-color: #333A44;
}

.gender>li>a {
  text-align: center;
  width: 80px;
  position: initial;
  /*display: inline;*/
  /*padding: 12px 5px 50px;*/
  border-radius: 5px;
  background-color: #FCDC59;
  color: #ffffff;
  font-weight: 600;
}

.balacne-tab>li {
  margin: 0 auto;
}

.balacne-tab>li>a {
  padding-top: 17px;
  text-align: center;
  width: 200px;
  height: 50px;
  border-radius: 0px;
  /*border-top-left-radius: 5px;*/
  background-color: #F7F7F7;
  color: #CFCFCF;
}

.balacne-tab>li>a:hover {
  cursor: pointer;
  background-color: #E8E8E8;
}

.balacne-tab>li+li {
  margin-left: 1px;
}

.balacne-tab>li.active>a,
.balacne-tab>li.active>a:focus,
.balacne-tab>li.active>a:hover {
  color: #ffffff;
  background-color: #FBCB05;
}

.detail-agent-tab>li {
  margin: 0 auto;
}

.detail-agent-tab>li>a {
  padding-top: 10px;
  text-align: center;
  width: 130px;
  height: 40px;
  border-radius: 0px;
  /* border-top-left-radius: 5px; */
  background-color: #f1f1f1;
  color: #CFCFCF;
}

.detail-agent-tab>li>a:hover {
  cursor: pointer;
  background-color: #E8E8E8;
}

.detail-agent-tab>li+li {
  margin-left: 1px;
}

.detail-agent-tab>li.active>a,
.detail-agent-tab>li.active>a:focus,
.detail-agent-tab>li.active>a:hover {
  color: #ffffff;
  background-color: #FBCB05;
}

.cash-short-over-tab>li {
  margin: 0 auto;
}

.cash-short-over-tab>li>a {
  padding-top: 10px;
  text-align: center;
  width: 150px;
  height: 40px;
  border-radius: 0px;
  /* border-top-left-radius: 5px; */
  background-color: #f1f1f1;
  color: #CFCFCF;
}

.cash-short-over-tab>li>a:hover {
  cursor: pointer;
  background-color: #E8E8E8;
}

.cash-short-over-tab>li+li {
  margin-left: 1px;
}

.cash-short-over-tab>li.active>a,
.cash-short-over-tab>li.active>a:focus,
.cash-short-over-tab>li.active>a:hover {
  color: #ffffff;
  background-color: #333A44;
}


.manager-transaction-tab>li {
  /*margin: 0 auto;*/
  /*position: all;*/
  margin-top: 20px;
  /*float: right;*/
  /*border-top-left-radius: 5px;*/
  /*margin-right: -15px;*/
}

.manager-transaction-tab>li>a {
  padding-top: 17px;
  text-align: center;
  width: 200px;
  height: 50px;
  border-radius: 0px;
  /*border-top-left-radius: 5px;*/
  background-color: #E1E1E1;
  color: #FFFFFF;
}

.manager-transaction-tab>li>a:hover {
  cursor: pointer;
  background-color: #E8E8E8;
}

.manager-transaction-tab>li+li {
  margin-left: 1px;
}

.manager-transaction-tab>li.active>a,
.manager-transaction-tab>li.active>a:focus,
.manager-transaction-tab>li.active>a:hover {
  color: #666666;
  background-color: #FFFFFF;
}

.report-tab>li {
  /*margin: 0 auto;*/
  /*position: all;*/
  margin-top: 20px;
  /*float: right;*/
  /*border-top-left-radius: 5px;*/
  /*margin-right: -15px;*/
}

.report-tab>li>a {
  padding-top: 17px;
  text-align: center;
  width: 200px;
  height: 50px;
  border-radius: 0px;
  /*border-top-left-radius: 5px;*/
  background-color: #FFFFFF;
  color: #000000;
}

.report-tab>li>a:hover {
  cursor: pointer;
  /*color: #FFFFFF;*/
  background-color: #E8E8E8;
}

.report-tab>li+li {
  margin-left: 1px;
}

.report-tab>li.active>a,
.report-tab>li.active>a:focus,
.report-tab>li.active>a:hover {
  color: #FFFFFF;
  background-color: #333A44;
}

.tab-manager {
  position: relative;
}

.staff-tab>li {
  margin: 0 auto;
}

.staff-tab>li>a {
  padding-top: 17px;
  text-align: center;
  width: 200px;
  height: 50px;
  border-radius: 0px;
  /*border-top-left-radius: 5px;*/
  background-color: #F7F7F7;
  color: #CFCFCF;
}

.staff-tab>li>a:hover {
  cursor: pointer;
  background-color: #E8E8E8;
}

.staff-tab>li+li {
  margin-left: 1px;
}

.staff-tab>li.active>a,
.staff-tab>li.active>a:focus,
.staff-tab>li.active>a:hover {
  color: #ffffff;
  background-color: #FBCB05;
}

.rate-history-tab>li {
  margin: 0 auto;
}

.rate-history-tab>li>a {
  /* padding-top: 8px; */
  padding: 12px;
  text-align: center;
  /* width: 195px; */
  /* height: 35px; */
  border-radius: 0px;
  /* border-top-left-radius: 5px; */
  background-color: #F7F7F7;
  color: #CFCFCF;
}

.rate-history-tab>li>a:hover {
  cursor: pointer;
  background-color: #E8E8E8;
}

.rate-history-tab>li+li {
  margin-left: 1px;
}

.rate-history-tab>li.active>a,
.rate-history-tab>li.active>a:focus,
.rate-history-tab>li.active>a:hover {
  color: #ffffff;
  background-color: #ffa600;
}

section.navbar-custom {
  padding-top: 60px;
  background-color: #fbcb05;
  line-height: 60px;
}

/* section.navbar-display {
  padding-top: 90px;
  background-color: #fbcb05;
  line-height: 90px;
} */

section.navbar-display {
  padding-top: 73px;
  background-color: white;
  line-height: 90px;
}

.footer-display {
  padding-right: 15px;
  padding-left: 15px;
  background-color: #FBCB05;
  color: #000000;
  height: 50px;
}

.footer-display label {
  font-size: 16px;
}

.footer-open {
  float: right;
  z-index: 1000;
  margin: -37px -10px 0 0;
  position: relative;
  text-align: center;
  border-bottom: 40px solid #000000;
  border-left: 25px solid transparent;
  width: 24.6%;
  margin-bottom: 10px;
  height: 0;
}

.footer-open label {
  color: #FBCB05;
  font-size: 20px;
}

section.main-body-login {
  background-color: #fbcb05;
  height: -webkit-calc(100vh - 0px);
  height: -moz-calc(100vh - 0px);
  height: calc(100vh - 0px);
  /*text-align: center;*/
  padding-top: 30px;
}

section.main-body-menu {
  background-color: #f7f7f7;
  height: -webkit-calc(100vh - 0px);
  height: -moz-calc(100vh - 0px);
  height: calc(100vh - 0px);
  /*text-align: center;*/
  /*padding-top: 90px;*/
}

section.main-body {
  background-color: #F7F7F7;
  height: -webkit-calc(100vh - 120px);
  height: -moz-calc(100vh - 120px);
  height: calc(100vh - 120px);
}

section.main-body-balance {
  background-color: #F9F9F9;
  height: -webkit-calc(100vh - 60px);
  height: -moz-calc(100vh - 60px);
  height: calc(100vh - 60px);
  /*height: 550px;*/
}

div.body-login {
  margin: 0 auto;
  margin-top: 30px;
  background-color: #FFFFFF;
  height: 400px;
  width: 330px;
  padding: 15px 0 15px 0;
  /*text-align: center;*/
}

p.text-login {
  text-align: center;
  font-size: 16px;
  color: #4d4d4d;
}

div.wrapper-user-login {
  display: flex;
  padding: 10px 15px 10px 35px;
}

div.wrapper-user-login:hover {
  cursor: pointer;
  background-color: #f9f9f9;
}

div.wrapper-user-login.active:focus,
div.wrapper-user-login.active:active {
  cursor: pointer;
  background-color: #F0F0F0;
}

div.wrapper-user-login div.inbox-user-login-img img {
  height: 40px;
}

div.wrapper-user-login div.inbox-user-login-detail {
  margin-left: 10px;
}

div.wrapper-user-login div.inbox-user-login-detail div.inbox-user-login-detail-switch {
  padding-top: 7px;
  font-size: 14px;
  color: #505050;
  /*font-weight: 500;*/
}

div.wrapper-user-login div.inbox-user-login-detail div.inbox-user-login-detail-name {
  font-size: 14px;
  color: #505050;
  /*font-weight: 500;*/
}

div.wrapper-user-login div.inbox-user-login-detail div.inbox-user-login-detail-id {
  font-size: 12px;
  color: #B0B0B0;
}


div.wrapper-passcode {
  padding-left: 15px 0 15px 0;
}

div.wrapper-passcode div.inbox-passcode-img {
  text-align: center;
}

div.wrapper-passcode div.inbox-passcode-img img {
  height: 60px;
}

div.wrapper-passcode div.inbox-passcode-dot {
  text-align: center;
  margin-top: 15px;
}

div.wrapper-passcode div.inbox-passcode-numpad {
  padding: 0 30px 0 30px;
  text-align: center;
  margin-top: 15px;
}

div.inbox-passcode-img-arrow img {
  text-align: center;
  height: 15px;
}

div.body-balance {
  margin-top: 10px;
  height: -webkit-calc(100vh - 145px);
  height: -moz-calc(100vh - 145px);
  height: calc(100vh - 145px);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

div.body-menu {
  margin-top: 40px;
  height: -webkit-calc(100vh - 80px);
  height: -moz-calc(100vh - 80px);
  height: calc(100vh - 80px);
  border-radius: 1px;
  padding: 40px;
}


div.body-manager-transaction {
  /*margin-top: 15px;*/
  height: -webkit-calc(100vh - 160px);
  height: -moz-calc(100vh - 160px);
  height: calc(100vh - 160px);
  border-top-left-radius: 8px;
  padding: 10px 20px 10px 20px;
}

div.body-transaction {
  margin-top: 10px;
  height: -webkit-calc(100vh - 165px);
  height: -moz-calc(100vh - 165px);
  height: calc(100vh - 165px);
  border-radius: 3px;
  padding: 15px;
  font-size: 12px;
}

div.body-detail-agent-sell {
  margin-top: 5px;
  height: -webkit-calc(100vh - 160px);
  height: -moz-calc(100vh - 160px);
  height: calc(100vh - 160px);
  border-radius: 0;
  border-top-left-radius: 5px;
  padding: 20px;
}

div.body-report {
  /*margin-top: 15px;*/
  height: -webkit-calc(100vh - 160px);
  height: -moz-calc(100vh - 160px);
  height: calc(100vh - 160px);
  border-top-left-radius: 8px;
  padding: 15px;
}

div.body-border {
  height: -webkit-calc(100vh - 250px);
  height: -moz-calc(100vh - 250px);
  height: calc(100vh - 250px);
  padding: 15px;
  border: 1px solid #e6e6e6
}

div.body-branch {
  height: -webkit-calc(100vh - 145px);
  height: -moz-calc(100vh - 145px);
  height: calc(100vh - 145px);
  padding: 10px;
}

section.main-body-headquarter-detail {
  background-color: #F9F9F9;
  height: -webkit-calc(100vh - 60px);
  height: -moz-calc(100vh - 30px);
  height: calc(100vh - 30px);
  /*height: 550px;*/
}

section.main-body-staff-manager {
  background-color: #F9F9F9;
  height: -webkit-calc(100vh - 30px);
  height: -moz-calc(100vh - 30px);
  height: calc(100vh - 30px);
  /*height: 550px;*/
}

div.body-staff-manager {
  margin-top: 10px;
  height: -webkit-calc(100vh - 85px);
  height: -moz-calc(100vh - 85px);
  height: calc(100vh - 85px);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 10px;
}

/* kios core */

.banknote-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
}

.banknote-list>li {
  display: table-cell;
  /*display: inline-block;*/
  position: relative;
  width: 25%;
}

.banknote-list>li.coin-balance {
  display: table-cell;
  /*display: inline-block;*/
  position: relative;
  width: 0px;
  /* padding-left: 12px; */
}


.banknote-list>li>a.banknote {
  text-decoration: none;
  cursor: pointer;
  display: block;
  width: 38px;
  padding: 2px;
  color: #ffffff;
  border-radius: 3px;
  text-align: center;
  float: left;
}

.banknote-list>li>a.banknote-coin {
  text-decoration: none;
  cursor: pointer;
  display: block;
  width: 12px;
  padding: 2px 19px;
  color: #ffffff;
  border-radius: 3px;
  text-align: center;
  float: left;
}

.banknote-list>li>a.void {
  text-decoration: none;
  cursor: pointer;
  margin-left: 3px;
  display: block;
  color: #ffffff;
  padding: 2px;
  float: left;
  font-size: 12px;
  padding-top: 4px;
}

.banknote-list>li>a.void:after {
  clear: both;
}

.banknote-list>div {
  display: table-cell;
  /*display: inline-block;*/
  position: relative;
  width: 25%;
}

.banknote-list>div>a.banknote {
  text-decoration: none;
  cursor: initial;
  display: block;
  width: 70px;
  height: 30px;
  padding-top: 5px;
  color: #ffffff;
  border-radius: 3px;
  text-align: center;
  float: left;
}

.banknote-list>div>a.void {
  text-decoration: none;
  cursor: initial;
  margin-left: 3px;
  display: block;
  color: #ffffff;
  padding: 2px;
  margin: 0 auto;
  float: left;
}

.banknote-list>div>a.void:after {
  clear: both;
}

.banknote.note-1000 {
  background-color: #D3C9C8;
}

.banknote.note-500 {
  background-color: #D4BAE7;
}

.banknote.note-100 {
  background-color: #F6958F;
}

.banknote.note-50 {
  background-color: #C4DCF4;
}

.banknote.note-20 {
  background-color: #A3B686;
}

.banknote.coin {
  background-color: transparent;
}

.banknote.coin img {
  /*margin-top: -10px;*/
  height: 30px;
  width: auto;
}

.banknote.coin img.money-bag {
  margin-top: -5px;
  height: 32px;
  width: auto;
}

.banknote.coin>span.coin-shape {
  display: inline-block;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #8E8E8E;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  margin-left: 15px;
}

.banknote-coin.coin>span.coin-shape {
  display: inline-block;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #8E8E8E;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  margin-left: -9px;
}

.banknote.coin>span.coin-shape-balance {
  display: inline-block;
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #8E8E8E;
  text-align: center;
  padding-top: 6px;
  white-space: nowrap;
  vertical-align: middle;
}

.btn-notification-hq {
  width: 85px;
  margin-top: -5px;
}

.btn-kios-withdraw {
  height: 100px;
  font-size: 12px;
}

.left-content-wrapper {
  height: -webkit-calc(100vh - 135px);
  height: -moz-calc(100vh - 135px);
  height: calc(100vh - 135px);
}

.right-content-wrapper {
  height: -webkit-calc(100vh - 85px);
  height: -moz-calc(100vh - 85px);
  height: calc(100vh - 85px);
  position: relative;
  top: -50px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.wrapper-topbar {
  height: -webkit-calc(100vh - 850px);
  height: -moz-calc(100vh - 850px);
  height: calc(100vh - 850px);
  position: relative;
  top: -50px;
  border-radius: 5px;
}

.information-customer {
  position: relative;
}

.information-customer .form-control {
  /* border: 1px solid #e3e3e3; */
  height: 40px;
  border-radius: 4px;
  /*padding: 8px 45px 8px 20px;*/
}

.information-customer .form-control:focus {
  border-width: 1px !important;
}

.accept-money {
  position: relative;
}

.accept-money .form-control {
  /* border: 1px solid #e3e3e3; */
  height: 30px;
  border-radius: 4px;
  /*padding: 8px 45px 8px 20px;*/
  padding: 0;
}

.accept-money .form-control:focus {
  border-width: 1px !important;
}

.box-currency-group-accept-money {
  display: inline-block;
  padding-left: 10px;
  /* width: 60px; */
  text-align: right;
}

.branch .form-control {
  border: 1px solid #e3e3e3;
  height: 38px;
  border-radius: 4px;
  font-size: 12px;
  /*padding: 8px 45px 8px 20px;*/
}

.branch .form-control:focus {
  border-width: 1px !important;
}

/* Search box */

.search-box {
  position: relative;
}

.search-box .btn-search {
  position: absolute;
  top: 2px;
  right: 0px;
  background-color: transparent !important;
  border: none !important;
  font-size: 16px;
  box-shadow: none !important;
  outline: none !important;
  color: #98a6ad;
}

.search-box .form-control {
  border: 1px solid #e3e3e3;
  height: 38px;
  border-radius: 4px;
  padding: 8px 45px 8px 20px;
}

.search-box .form-control:focus {
  border-width: 1px !important;
}

.card-box {
  padding: 15px;
  border: 2px solid #f9f9f9;
}

.card-widget-a,
.card-widget-a:hover,
.card-widget-a:active,
.card-widget-a:focus {
  text-decoration: none;
  color: #797979;
}

.card-widget-a:hover .card-widget,
.card-widget-a:active .card-widget {
  background-color: #f0f0f0;
}

.card-widget-currency,
.card-widget-currency:hover,
.card-widget-currency:active,
.card-widget-currency:focus {
  text-decoration: none;
  color: #797979;
  cursor: default;
}

.currency-wrap {
  padding: 10px 15px;
}

#currency-widget {
  /* min-height: 145px;
  margin-left: -5px;
  margin-right: -5px; */
}

#currency-widget .col-pad-fix {
  padding: 0px 7px;
}

#currency-widget .card-widget {
  padding: 3px 0;
  border: none;
  text-align: center;
  box-shadow: 0px 2px 3px 0px rgba(123, 123, 123, 0.3);
  border-radius: 3px;
  font-size: 11px;
  margin-bottom: 10px;
}

#currency-widget .card-widget img {
  width: 30px;
  height: auto;
  margin: 0 auto;
}

#currency-widget .card-widget p {
  margin-bottom: 0px;
}

#currency-balance {
  /*min-height: 100px;*/
  /*margin-left: -5px;*/
  margin-right: -5px;
}

#currency-balance .col-pad-fix {
  padding: 0px 5px 0px 5px;
}

#currency-balance .card-widget {
  padding: 3px 10px;
  border: none;
  text-align: center;
  box-shadow: 0px 2px 3px 0px rgba(123, 123, 123, 0.3);
  border-radius: 3px;
  font-size: 11px;
  margin-bottom: 10px;
}

#currency-balance .card-widget img {
  width: 30px;
  height: auto;
}

#currency-balance .card-widget p {
  margin-bottom: 0px;
}

#currency-selected span.input-group-addon {
  padding: 0px 10px;
  border: 1px solid #e3e3e3;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #ffffff;
  border-right: 0px;
}

#currency-selected span.input-group-addon img {
  width: 20px;
  height: auto;
}

#currency-selected span.input-group-addon img {
  width: 20px;
  height: auto;
}

#currency-selected input {
  border-left: 0px;
  padding-left: 2px;
}

#currency-selected input:focus+#currency-selected span.input-group-addon {
  border: 1px solid #aaaaaa;
}

#currency-selected .form-control[disabled] {
  background: #ffffff;
  cursor: initial;
}

.currency-wallet img {
  height: 6%;
  width: 15%;
}

.list-group-item {
  padding: 0px 2px;
  background-color: transparent !important;
  border: none;
  /* cursor: initial; */
  text-decoration: none !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  margin-bottom: 5px;
}

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

#banknote-widget {
  min-height: 145px;
  margin-left: -5px;
  margin-right: -5px;
}

#banknote-widget .col-pad-fix {
  padding: 0px 7px;
}

#banknote-widget .card-widget {
  padding: 5px 10px;
  border: none;
  text-align: center;
  box-shadow: 0px 2px 3px 0px rgba(123, 123, 123, 0.3);
  border-radius: 3px;
  font-size: 12px;
  margin-bottom: 10px;
}

#banknote-widget .card-widget img {
  margin-top: 5px;
  width: auto;
  margin: 0 auto;
  height: 55px;
}

#banknote-widget .card-widget p {
  margin-bottom: 0px;
}

.customer-search-box {
  padding: 10px 15px;
}

.customer-search-box .search-box .form-control {
  padding: 5px 15px;
  height: 36px;
  /*background: #f7f7f7;*/
}

.customer-search-box .search-box .btn-search {
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 4px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 6px 14px;
  /*font-size: 16px;*/
  color: #ffffff;
  background-color: #FFA600 !important;
  border: 1px solid #FFA600 !important;
}

.customer-search-box .search-box .btn-agent-sell-search {
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 4px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 6px 14px;
  font-size: 16px;
  color: #ffffff;
  background-color: #FFA600 !important;
  border: 1px solid #FFA600 !important;
}

.customer-search-box .search-box .btn-search:hover,
.customer-search-box .search-box .btn-search:focus,
.customer-search-box .search-box .btn-search:active,
.customer-search-box .search-box .btn-search.active,
.customer-search-box .search-box .btn-search.focus,
.customer-search-box .search-box .btn-search:active,
.customer-search-box .search-box .btn-search:focus,
.customer-search-box .search-box .btn-search:hover {
  background-color: #e69500 !important;
  border: 1px solid #e69500 !important;
}

.customer-detail {
  padding: 0px 15px;
}

.headquarter-detail {
  padding: 0px 0px 5px;
  height: calc(100vh - 345px);
  overflow-x: hidden;
  overflow-y: auto;
}

.staff-detail {
  /*padding: 0px 15px;*/
  /* margin: 7px; */
  cursor: pointer;
}

.staff-information {
  /*padding: 0px 15px;*/
  padding: 5px 10px 0;
  margin: 10px;
}

.staff-information p {
  font-size: 14px;
}

.staff-information .column-float {
  float: left;
  margin-right: 90px;
}

.staff-information .column-float label {
  margin: 0;
  font-weight: normal;
  font-size: 15px;
}

.staff-information .column-float p {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
}

.total-detail {
  padding: 0px 15px;
}

.hq-detail {
  padding-left: -5px;
}

.balance-detail {
  /*  padding-left: -5px;
  padding-bottom: 10px;*/
}

.card-balance-branch {
  border: 1px solid #D0D0D0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  height: -webkit-calc(100vh - 316px);
  height: -moz-calc(100vh - 316px);
  height: calc(100vh - 316px);
}

.card-balance {
  border: 1px solid #D0D0D0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  height: -webkit-calc(100vh - 362px);
  height: -moz-calc(100vh - 362px);
  height: calc(100vh - 362px);
}

.card-staff {
  border: 1px solid #D0D0D0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  height: -webkit-calc(100vh - 375px);
  height: -moz-calc(100vh - 375px);
  height: calc(100vh - 375px);
}

.card-hq-detail {
  margin-right: -15px;
  border: 1px solid #D0D0D0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  /*height: 100vh;*/
  height: -webkit-calc(100vh - 375px);
  height: -moz-calc(100vh - 375px);
  height: calc(100vh - 375px);
  /*  overflow-y: auto;
  overflow-x: hidden;*/
}

.table-height-balance {
  height: calc(100vh - 400px);
}

.inbox-branch-img {
  display: block;
  float: left;
  margin-right: 15px;
  height: 40px;
  width: 40px;
  border-radius: 4px;
  overflow: hidden;
}

.inbox-branch-img img {
  height: 80px;
}

.inbox-logo-img {
  text-align: center;
}

.inbox-logo-img img {
  height: 170px;
}

.inbox-customer-img {
  display: block;
  float: left;
  margin-right: 15px;
  height: 80px;
  border-radius: 4px;
  overflow: hidden;
}

.inbox-customer-img img {
  height: 80px;
}

.inbox-staff-information-img {
  display: block;
  float: left;
  margin-right: 15px;
  /* width: 100px; */
  border-radius: 4px;
  overflow: hidden;
}

.inbox-staff-information-img img {
  width: 100px;
}

.inbox-wallet-img {
  margin-left: 10px;
}

.inbox-pocket-img img {
  width: 45px;
  height: 45px;
}

.inbox-wallet-img img {
  width: 50px;
  height: 50px;
  margin-top: -28px;
}

.inbox-exchange-rate-img {
  display: block;
  /* margin-left: 25px; */
  float: left;
  /*margin-right: 15px;*/
  /*width: 90px;*/
  padding-top: 10px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 5px;
}

.inbox-exchange-rate-img img {
  padding-left: 7px;
  /*padding-top: 10px;*/
  width: 55px;
  height: 50px;
}

.inbox-cart-img {
  padding-top: 40px;
  float: right;
  margin-right: 15px;
}

.inbox-cart-img:hover {
  cursor: pointer;
}

.inbox-cart-img img {
  /*padding-left: 7px;*/
  /*margin-top: 10px;*/
  margin-left: -50px;
  position: fixed;
  width: auto;
  height: 40px;
}

.report-img img {
  padding-left: 7px;
  /*padding-top: 10px;*/
  width: 55px;
  height: 50px;
}

.inbox-home-img {
  display: block;
  float: left;
  /* margin: 0 0 -8px 0px; */
  /*width: 90px;*/
  padding-top: 5px;
  border-radius: 4px;
  overflow: hidden;
}

.inbox-home-img img {
  margin-top: 5px;
  padding-left: 7px;
  width: 55px;
  height: 50px;
}

.inbox-home-img a.head {
  margin-left: 5px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #797979;
}

.inbox-home-img a.title {
  position: absolute;
  margin: -19px 0 0 65px;
  text-decoration: none;
  font-size: 14px;
  /* font-weight: bold; */
  color: #8D8D8D;
}

.inbox-staff-img {
  display: block;
  /*float: left;*/
  /*margin-right: 15px;*/
  /*width: 90px;*/
  margin: 0 0 0 20px;
  /* padding-top: 20px; */
  /* padding-left: 20px; */
  border-radius: 4px;
  overflow: hidden;
}

.inbox-staff-img img {
  /*padding-top: 10px;*/
  width: 55px;
  height: 55px;
}

.inbox-staff-img label {
  padding-left: 10px;
}

.inbox-refresh-img {
  padding-left: 15px;
  display: block;
  float: left;
  /*margin-right: 15px;*/
  /*width: 90px;*/
  border-radius: 4px;
  overflow: hidden;
}

.inbox-refresh-img img {
  width: 15px;
  height: 15px;
}

.customer-detail h5 {
  font-weight: 600;
}

.inbox-customer-detail {
  margin-bottom: 10px;
}

.inbox-agent-detail {
  /* margin-bottom: 10px; */
}

/* .inbox-hq p.sub-total {} */

.inbox-hq-img img {
  display: block;
  float: left;
  margin: 20px;
  width: 60px;
  overflow: hidden;
}

.inbox-hq-detail-img img {
  display: block;
  float: left;
  margin: 20px;
  height: 50px;
  overflow: hidden;
}

.inbox-hq-img-refresh img {
  float: right;
  display: block;
  margin-right: 10px;
  margin-top: 10px;
  width: 17px;
  height: auto;
  overflow: hidden;
}

.inbox-hq-img-refresh:hover {
  cursor: pointer;
}

.headquarter {
  cursor: pointer;
}

.inbox-hq-detail {
  padding-top: 23px;
}

.inbox-hq-detail p.detail-text-head {
  padding-top: 10px;
  font-weight: 600;
  font-size: 16px;
  margin-left: -10px;
  color: #797979;
}

.inbox-hq-detail p.detail-text-hq {
  color: #797979;
  font-weight: normal;
  font-size: 16px;
}

.inbox-hq-detail p.detail-total-hq {
  /*color: #797979;*/
  margin-top: -5px;
  font-weight: 600;
  font-size: 24px;
}

.inbox-hq-detail a.detail {
  margin-top: -35px;
  margin-right: 10px;
  font-size: 15px;
  color: #76aed6;
  text-decoration: underline;
  cursor: pointer;
}

a.pointer {
  font-size: 15px;
  color: #76aed6;
  text-decoration: underline;
  cursor: pointer;
}

.inbox-hq-detail a.detail:hover {
  color: #4e97ca;
  text-decoration: underline;
  cursor: pointer;
}

.inbox-branch-detail {
  cursor: pointer;
}

.inbox-branch-detail div.inbox-branch-detail-name {
  /*padding-top: 5px;*/
  font-size: 14px;
  color: #666666;
  margin: 0;
  /*float: left;*/
}

.inbox-branch-detail div.inbox-branch-detail-name a {
  /*padding-left: 5px;*/
  font-size: 12px;
  color: #b3b3b3;
  margin: 0;
  text-decoration: none !important;
}

.inbox-branch-detail p.inbox-branch-detail-sub-name {
  /*padding-top: 5px;*/
  font-size: 14px;
  color: #666666;
  margin: 0;
}

.inbox-branch-detail p.inbox-branch-detail-total {
  margin: 5px 0 -5px 120px;
  padding-right: -10px;
  color: orange;
  font-size: 24px;
  text-decoration: none !important;
}

.wrapper-branch-foreign {
  width: 156px;
  display: block;
  float: left;
}

.wrapper-branch-thb {
  width: 155px;
  display: block;
  float: right;
}

.status-list {
  height: 20px;
  width: 112px;
  background-color: #E86650;
  border-radius: 80px;
  /*margin-bottom: 30px;*/
  /*float: left;*/
  /*margin-right: 20px;*/
}

.status-list p {
  padding-top: 2px;
  font-size: 11px;
  text-align: center;
  color: #FFFFFF;
}

.status-list-shape {
  border-radius: 30px;
}

.status-online {
  height: 20px;
  width: 50px;
  background-color: #60C521;
  border-radius: 80px;
}

.status-online p {
  padding-top: 1px;
  font-size: 12px;
  text-align: center;
  color: #FFFFFF;
}

.status-online-shape {
  border-radius: 30px;
}

.status-offline {
  height: 21px;
  width: 55px;
  background-color: #D2D3D5;
  border-radius: 80px;
}

.status-offline p {
  padding-top: 3px;
  font-size: 12px;
  text-align: center;
  color: #96989c;
}

.status-offline-shape {
  border-radius: 30px;
}

.inbox-staff-detail {
  cursor: pointer;
}

.inbox-staff-detail a.inbox-staff-detail-name {
  font-size: 16px;
  color: black;
  margin: 0;
  text-decoration: none !important;
}

.inbox-staff-detail p.inbox-staff-detail-total {
  margin-top: 5px;
}

.inbox-staff-detail div.inbox-staff-status-success {
  /*border: 1px solid #e3e3e3;*/
  border-radius: 1px;
  height: 24px;
  background-color: #E5FED5;
  /*margin-top: -4px;*/
  margin-left: 95px;
  /*float: right;*/
}

.inbox-staff-detail div.inbox-staff-status-success p {
  color: #787878;
  /*color: black;*/
  font-size: 13px;
  text-decoration: none !important;
  padding-left: 7px;
  padding-top: 2px;
}

.inbox-staff-detail div.inbox-staff-status-success p a {
  float: right;
  color: #59e006;
  text-decoration: none !important;
  padding-right: 10px;
}

.inbox-staff-detail div.inbox-staff-status-fail {
  /*border: 1px solid #e3e3e3;*/
  border-radius: 1px;
  height: 24px;
  background-color: #F8CEC7;
  /*margin-top: -4px;*/
  margin-left: 95px;
  /*float: right;*/
}

.inbox-staff-detail div.inbox-staff-status-fail p {
  color: #787878;
  /*color: black;*/
  font-size: 13px;
  text-decoration: none !important;
  padding-left: 7px;
  padding-top: 2px;
}

.inbox-staff-detail div.inbox-staff-status-fail p a {
  float: right;
  color: #e64e33;
  text-decoration: none !important;
  padding-right: 10px;
}

.inbox-staff-detail div.inbox-staff-status-close-sale {
  /*border: 1px solid #e3e3e3;*/
  border-radius: 1px;
  height: 24px;
  background-color: #DDDEE1;
  /*margin-top: -4px;*/
  margin-left: 95px;
  /*float: right;*/
}

.inbox-staff-detail div.inbox-staff-status-close-sale p {
  color: #787878;
  /*color: black;*/
  font-size: 13px;
  text-decoration: none !important;
  padding-left: 7px;
  padding-top: 2px;
}

.inbox-staff-detail div.inbox-staff-status-close-sale p a {
  float: right;
  color: #60636c;
  text-decoration: none !important;
  padding-right: 10px;
}

.customer-detail .column-float {
  float: left;
  margin-right: 39px;
}

/* item list section*/

.item-list-wrapper {
  display: flex;
  flex-flow: column;
  align-items: stretch;
  height: -webkit-calc(100vh - 260px);
  height: -moz-calc(100vh - 260px);
  height: calc(100vh - 260px);
}

.item-list-wrapper .item-list-header {
  flex: 0 1 auto;
  padding: 0px 10px;
  background-color: #f0f0f0;
}

.item-list-wrapper .item-list-header .item-list-table-head thead th,
.item-list-header .item-list-table-head thead th {
  font-size: 12px;
  text-align: center;
  padding: 8px 3px;
  border-bottom: none;
}

.item-list-wrapper .item-list-body {
  flex: 1 1 auto;
  overflow: hidden;
  padding: 0px 10px;
}

.item-list-wrapper .item-list-body .item-list-table-body tbody tr td,
.item-list-body .item-list-table-body tbody tr td {
  font-size: 12px;
  padding: 0px 3px;
  /* padding-bottom: 0; */
}

.item-list-wrapper .item-list-body .item-list-table-body tbody tr:first-child td {
  border-top: none;
}

.item-list-wrapper .item-list-body .item-list-table-body tbody tr td a {
  font-size: 14px;
  color: #E7604A;
}

.item-list-wrapper .item-list-body input,
.item-list-body input {
  border: 1px solid #ffd280;
  /* box-shadow: inset 0 0 2px #FFA600; */
  border-radius: 2px;
}

.item-list-wrapper .item-list-body input:hover,
.item-list-body input:hover {
  border: 1px solid #ffaf1a;
}

.item-list-wrapper .item-list-body input:focus,
.item-list-body input:focus {
  border-color: #FFA600;
  box-shadow: inset 0 0 2px #FFA600;
  border-radius: 2px;
}

.item-list-wrapper .item-list-footer {
  flex: 0 1;
  padding: 10px;
}

.item-list-wrapper .item-list-footer .btn-confirm {
  height: 90px;
}

.wrapper-clear-all {
  display: flex;
}

.btn-confirm {
  height: 90px;
}

.item-list-total {
  border-top: 1px solid #F0F0F0;
  border-bottom: 1px solid #F0F0F0;
  /*height: 100px;*/
}

.item-list-total p {
  padding: 10px;
  font-size: 12px;
  font-weight: 600;
}

.item-list-total h2 {
  padding-top: 5px;
  font-size: 22px;
  margin: 0px;
  margin: 0px 0px 2px 0px;
}

.item-list-total h2>span.decimal {
  font-size: 20px;
}

.item-list-total h2>span.currency {
  font-size: 20px;
  color: #797979;
}

.item-list-total h4 {
  margin: 0px;
  margin: 5px 0px 5px 0px;
}

.item-list-total h4>span.currency {
  font-size: 15px;
  color: #797979;
}

.head-description {
  /* height: 50px; */
  /* flex: 0 1; */
  /* padding: 0px 20px 0px; */
}

.description {
  border-bottom: 1px solid #F0F0F0;
}

.description p {
  padding-top: 9px;
  font-size: 14px;
  /*font-weight: 600;*/
}

.bill-logo {
  text-align: center;
  margin-top: 20px;
  margin-bottom: -10px;
}

.bill-text-address p {
  text-align: center;
}

.bill-text-logo p {
  padding-top: 15px;
  font-size: 16px;
  font-weight: 1000;
  color: black;
  text-align: center;
}

.text-logo p {
  padding-top: 5px;
  font-size: 12px;
  font-weight: 1000;
  color: black;
  text-align: center;
  margin: 0;
}

.text-logo-report p {
  padding-top: 5px;
  font-size: 12px;
  font-weight: 1000;
  color: black;
  text-align: center;
}

.text-address-report p {
  /* padding-top: 5px; */
  font-size: 10px;
  text-align: center;
}

.text-detail-customer-report a {
  font-size: 10px;
  color: black;
  text-decoration: none;
}

.text-address p {
  /* padding-top: 5px; */
  /*  font-size: 12px;
  font-weight: 1000;
  color: black; */
  font-size: 12px;
  text-align: center;
  margin: 0;
}

.text-detail-customer p {
  font-size: 12px;
}

.text-head-currency a {
  /*padding-left: 24px;*/
  font-size: 11px;
  font-weight: 700;
  color: #818181;
  text-decoration: none;
}

.text-detail-currency a {
  font-size: 11px;
  color: #818181;
  text-decoration: none;
}

.text-head-currency-report a {
  /*padding-left: 24px;*/
  font-size: 10px !important;
  font-weight: 700;
  color: black;
  text-decoration: none;
}

.text-detail-currency-report a {
  font-size: 10px;
  color: #818181;
  text-decoration: none;
}

img.image-report-logo {
  display: block;
  margin: 5px auto 0 auto;
  height: 35px;
  width: auto;
}

.text-net-total-report p {
  font-size: 10px;
  font-weight: 700;
  color: black;
}

.text-total p {
  font-size: 14px;
  /*font-weight: 700;*/
  /*color: black;*/
}

.text-dashed {
  border-bottom: 1px;
  border-style: dashed;
  border-width: 1px;
  margin: 5px 0 !important;
}

/*modal*/

#checkout-modal .modal-dialog,
#spacial-rate-modal .modal-dialog,
#withdraw-modal .modal-dialog {
  width: 450px;
}

.app-modal-risk-detail .modal-dialog {
  width: auto;
  max-width: 720px;
}

.modal-dialog .modal-title {
  font-size: 16px;
}

.modal-dialog label {
  font-size: 12px;
}

#checkout-modal .total-checkout {
  text-align: center;
  font-size: 26px;
}

.total-box {
  position: relative;
}

.total-box .btn-search {
  cursor: initial;
  position: absolute;
  bottom: 2px;
  right: 0px;
  background-color: transparent !important;
  border: none !important;
  font-size: 14px;
  box-shadow: none !important;
  outline: none !important;
  color: #797979;
  padding: 6px 10px;
}

.total-box .form-control {
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  padding: 8px 20px 8px 20px;
}

.total-box .form-control:focus {
  border-width: 1px !important;
}

.banknote-preset {
  margin-bottom: 5px;
}

.banknote-preset-revenue {
  margin-bottom: 13px;
}

.banknote-preset a,
.banknote-preset a:hover,
.banknote-preset a:active,
.banknote-preset a:focus {
  color: #ffffff;
  cursor: initial;
  float: left;
  margin-right: 10px;
  display: block;
  width: 50px;
}

p.x-mark {
  font-size: 10px;
  float: left;
  /* margin: 2px 0 0 13px; */
  /* margin-right: 10px; */
  margin-bottom: 0px;
  margin-top: 2px;
}

.banknote-preset p.x-mark {
  font-size: 10px;
  float: left;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-top: 6px;
}

.banknote-preset input.amount {
  text-align: center;
  width: 80px;
  float: left;
  margin-right: 10px;
}

.banknote-preset input.amount-balance {
  text-align: center;
  /* width: 80px; */
  /* float: left; */
  /* margin-right: 10px; */
}

.banknote-preset input.name {
  text-align: center;
  width: 150px;
  float: left;
  margin-right: 10px;
}

.banknote-preset input.price {
  text-align: center;
  width: 100px;
  float: left;
  margin-right: 10px;
}

.banknote-preset input.price-total {
  text-align: center;
  width: 120px;
  float: left;
  margin-right: 10px;
}

.banknote-preset input.total-thb {
  margin-left: -13px;
  padding: 2px;
  text-align: center;
  width: 100px;
  float: left;
}

.banknote-preset input.detail {
  text-align: right;
  border-radius: 0px;
  float: left;
  margin-right: 10px;
}

.banknote-preset input.detail-amount {
  text-align: center;
  border-radius: 0px;
  width: 60px;
  margin-right: 10px;
}

.banknote-preset input.total {
  border: none;
  font-size: 14px;
  text-align: right;
  cursor: initial;
}

.banknote-preset input.total[disabled] {
  background: transparent;
}

.banknote-preset .coin-shape {
  line-height: 2.5;
  width: 30px;
  height: 30px !important;
}

.banknote-preset .banknote-img {
  cursor: initial;
  float: left;
  margin-right: 10px;
  display: block;
  width: 100px;
  height: 60px;
  /*padding: 5px 0px;*/
  text-align: center;
  overflow: hidden;
}

.banknote-preset .banknote-img img {
  width: auto;
  height: 70%;
}

.banknote-preset .banknote-img p {
  text-align: center;
  font-size: 12px;
  margin-bottom: 0px;
}

.banknote-preset .banknote-text {
  cursor: initial;
  float: left;
  display: block;
  width: 70px;
  line-height: 2.5;
}

.banknote-preset .banknote-text p {
  text-align: left;
  font-size: 12px;
  margin-bottom: 0px;
  font-weight: bold;
}

.banknote-preset .banknote-img-amount {
  cursor: initial;
  float: left;
  margin-right: 10px;
  display: block;
  width: 100px;
  height: 50px;
  /*padding: 5px 0px;*/
  text-align: center;
  overflow: hidden;
}

.banknote-preset .banknote-img-amount img {
  width: auto;
  height: 70%;
}

.banknote-preset .banknote-img-amount p {
  text-align: center;
  font-size: 12px;
  margin-bottom: 0px;
}


.banknote-preset .form-control[disabled] {
  background: #F5F5F5;
  cursor: initial;
}

.total-list {
  margin-top: -10px;
  position: relative;
  margin-bottom: 0px;
}

.total-list .btn-search {
  cursor: initial;
  position: absolute;
  top: 1px;
  right: 0px;
  background-color: transparent !important;
  border: none !important;
  font-size: 14px;
  box-shadow: none !important;
  outline: none !important;
  color: #797979;
  padding: 5px 0px 5px 5px;
}

.total-list .form-control {
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  padding: 8px 40px 8px 20px;
}

.total-list .form-control:focus {
  border-width: 1px !important;
}

.list-total {
  /*margin-right: 4px;*/
  margin-top: 10px;
  font-weight: 600;
}

.list-total span.number {
  padding: 0 6px;
}

.sub-button-name {
  margin: 0px;
  font-size: 12px;
}

.btn-print-report {
  width: 100px;
  height: 40px;
  float: right;
  margin-top: 33px;
}

.btn-m {
  width: 150px;
  height: 50px;
}

.btn-l {
  width: 180px;
  height: 50px;
}

.btn-black {
  color: #fff;
  background-color: #333A44;
  /*border-color: #2e6da4;*/
}

.btn-black:focus,
.btn-black.focus {
  color: #fff;
  background-color: #202020;
  border-color: #333A44;
}

.btn-black:hover {
  color: #fff;
  background-color: #000000;
  border-color: #333A44;
}

.btn-gray {
  color: #FFFFFF;
  background-color: #b3b3b3;
  /*border-color: #2e6da4;*/
}

.btn-gray:focus,
.btn-gray.focus {
  color: #FFFFFF;
  background-color: #999999;
  border-color: #b3b3b3;
}

.btn-gray:hover {
  color: #FFFFFF;
  background-color: #a6a6a6;
  border-color: #b3b3b3;
}

.btn-close-sale {
  color: #fff;
  background-color: #005B7F;
  /*border-color: #2e6da4;*/
}

.btn-close-sale:focus,
.btn-close-sale.focus {
  color: #fff;
  background-color: #00374d;
  /*border-color: #333A44;*/
}

.btn-close-sale:hover {
  color: #fff;
  background-color: #004966;
  border-color: #333A44;
}

/*.white {color:#ffffff;}*/

div.banknote-amount-widget {
  margin: 0 auto;
}

.banknote-amount-widget p {
  display: block;
  /*float: left;*/
  /*margin: 0 auto;*/
  /*padding-right: 5px;*/
}

.banknote-amount-widget input {
  /*float: left;*/
  width: 45px;
  text-align: center;
  /*margin: 0 auto;*/
  padding: 3px 5px;
  height: 25px;
}

.banknote-amount-widget input[disabled] {
  background-color: #fff;
  cursor: pointer;
}

.gender div {
  color: white;
  padding-left: 10px;
  padding-top: 7px;
  border: 2px;
  border-color: #00baff;
  border-radius: 3px;
  background-color: #00baff;
  height: 35px;
  width: 100%;
}

.cardbox-wallet-detail {
  padding-top: 15px;
}

.cardbox-wallet-detail h5 {
  padding-left: 80px;
}

.cardbox-wallet-detail span {
  padding-top: 10px;
  padding-left: 10px;
}

.table-hover tbody tr:hover {
  background-color: #f2f2f2;
  /*box-shadow: 0px 2px 3px 0px rgba(123, 123, 123, 0.3);*/
  cursor: pointer;
}

.table-hover tbody tr.hover-none:hover {
  background-color: unset;
  /*box-shadow: 0px 2px 3px 0px rgba(123, 123, 123, 0.3);*/
  cursor: default;
}

.sidenav {
  top: 60px !important;
  display: block;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 3px 0px rgba(123, 123, 123, 0.3);
  overflow-x: hidden;
  overflow-y: hidden;
  transition: 0.5s;
  /* padding: 0 10px; */
}

.sidenav .text-head-currency-report a {
  /* padding: 8px 8px 8px 32px; */
  text-decoration: none;
  font-size: 12px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a.close {
  padding: 6px 0px 0px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a.close:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}

.half-circle-back {
  position: fixed;
  z-index: 1000;
  padding: 13px 0 0 13px;
  margin: 15px 0 5px 5px;
  height: 50px;
  width: 50px;
  background-color: #E1E1E1;
  border-radius: 50%;
}

.half-circle-back img {
  height: 25px;
  width: 25px;
}

.half-circle-back:hover,
.half-circle-back:active {
  cursor: pointer;
  background: #cccccc;
}

.slick-dots {
  margin: 7px 0px !important;
}

.slick-dots li button:before {
  font-size: 14px !important;
}

.slick-dots li.slick-active button:before {
  color: #60C521 !important;
}

.pocket-money-img {
  height: 24px;
  width: auto;
  padding-right: 5px;
}

.pocket-rate-img {
  height: 24px;
  width: auto;
}

.country-img {
  width: 30px;
  height: 30px;
  /* border: 1px solid white; */
  border-radius: 50%;
  /* -moz-box-shadow: inset 0 0 5px #888;
  -webkit-box-shadow: inset 0 0 5px#888;
  box-shadow: inner 0 0 5px #888; */
}

.transacion-curency-img {
  height: 21px;
  width: auto;
  padding-right: 5px;
}

.currency-group-img {
  height: 16px;
  width: auto;
}

.currency-list {
  width: 105px;
}

.currency-list img {
  height: auto;
  width: 30px;
  padding-right: 5px;
}

.currency-list a {
  float: right;
  cursor: inherit;
  text-decoration: none;
  /*cursor: pointer;*/
  display: block;
  color: #737373;
}

#close-sale-edit .edit-text-amount input {
  border: 1px solid #bfbfbf;
  /* border-color: #bfbfbf; */
  /* box-shadow: inset 0 0 2px #bfbfbf; */
  border-radius: 3px;
  color: #797979;
}

#close-sale-edit .edit-text-amount input:hover {
  border: 1px solid #a6a6a6;
  cursor: pointer;
}

#close-sale-edit .edit-text-amount input:focus {
  border: 1px solid #a6a6a6;
  /* border-color: #666666; */
  box-shadow: inset 0 0 2px #bfbfbf;
  border-radius: 3px
}

.edit-text-amount input {
  font-size: 12px;
  width: 90%;
  height: 22px;
  border: none;
  text-align: center;
  cursor: pointer;
  border: 1px solid #ffe4b3;
  border-radius: 2px;
}

.edit-text-amount input:hover {
  border: 1px solid #ffaf1a;
  cursor: pointer;
}

.edit-text-amount input:focus {
  cursor: initial;
}

.table-agent-sell .edit-sell-amount input {
  font-size: 12px;
  width: 70%;
  height: 22px;
  border: none;
  text-align: center;
  cursor: pointer;
  border: 1px solid #ffe4b3;
  border-radius: 2px;
}

.table-agent-sell .edit-sell-amount input:disabled {
  font-size: 12px;
  width: 70%;
  height: 22px;
  border: none;
  text-align: center;
  cursor: pointer;
  border: 1px solid #EEEEEE;
  background-color: #FFFFFF;
  border-radius: 2px;
}

.table-agent-sell .edit-sell-amount input:disabled:hover {
  border: 1px solid #EEEEEE;
  cursor: default;
}

.table-agent-sell .edit-sell-amount input:hover {
  border: 1px solid #ffaf1a;
  cursor: pointer;
}

.table-agent-sell .edit-sell-amount input:focus {
  border: 1px solid #ffaf1a;
  cursor: initial;
}

input.edit-amount-total {
  /* background-color: #f8f8f8; */
  margin: -1px 0 -1px 0;
  width: 80%;
  height: 22px;
  text-align: center;
  border: 1px solid #E2E2E2 !important;
  cursor: pointer;
  border: none;
}

input.edit-amount-total:disabled {
  background-color: #f8f8f8;
  border: none;
  border: 1px solid #f8f8f8 !important;
}

/* input.edit-amount-total:hover {
  border: 1px solid #E2E2E2 !important;
  cursor: pointer;
} */

input.edit-amount-total:focus {
  border: 1px solid #E2E2E2 !important;
  background-color: #FFFFFF;
  box-shadow: inset 0 0 0.5px #666666;
  cursor: initial;
}

.is-edit-rate input {
  border: 1px solid #ffd280 !important;
}

.edit-rate {
  margin: -1px 0 -1px 0;
}

.edit-rate input {
  width: 60px;
  height: 28px;
  font-weight: bold;
  /* font-size: 14px; */
  /* margin-top: -5px; */
  /* margin-bottom: -5px; */
  border: none;
  text-align: center;
  /*cursor: pointer;*/
  /* background-color: #f7f7f7; */
  border: 1px solid #f2f2f2;
}

.edit-rate input:disabled {
  background-color: #E2E2E2;
  border: 1px solid #f8f8f8;
}

.edit-rate input:disabled:hover {
  cursor: default;
  border: 1px solid #f8f8f8;
}

.edit-rate input:hover {
  border: 1px solid #ffe4b3;
  cursor: pointer;
}

.edit-rate input:focus {
  border: 1px solid #ffd280;
  background-color: #FFFFFF;
  box-shadow: inset 0 0 1px #FFA600;
  cursor: initial;
}

.edit-amount-agent-sell input {
  width: 70px;
  height: 32px;
  margin-top: -5px;
  margin-bottom: -5px;
  border: none;
  text-align: center;
  /*cursor: pointer;*/
  background-color: #f7f7f7;
}

.edit-amount-agent-sell input:focus {
  border: 1px solid #E2E2E2 !important;
  background-color: #FFFFFF;
  box-shadow: inset 0 0 0.5px #666666;
  cursor: initial;
}

.edit-amount-agent-sell input:hover {
  border: 1px solid #E2E2E2 !important;
  cursor: pointer;
}

.edit-check-amount input {
  width: 100%;
  height: 32px;
  margin-top: -5px;
  margin-bottom: -5px;
  border: none;
  text-align: center;
  /*cursor: pointer;*/
  background-color: #FFFFFF;
}

.edit-check-amount input:focus {
  border: 1px solid #E2E2E2 !important;
  background-color: #FFFFFF;
  box-shadow: inset 0 0 0.5px #666666;
  cursor: initial;
}

.edit-check-amount input:hover {
  border: 1px solid #E2E2E2 !important;
  cursor: pointer;
}

.modal-amount .modal-dialog {
  width: fit-content;
  /* overflow: hidden;
  position: fixed;
  top: 20%; */
  /*right: 25%;*/
  /*height: 300px;*/
}

.modal-image-banknote {
  text-align: center;
  margin: 0 auto;
}

.modal-image-banknote img {
  height: 165px;
  width: auto;
}

.modal-image-banknote-tab {
  cursor: pointer;
  padding-top: 5px;
}

.modal-image-banknote-tab img {
  height: auto;
  width: 83px;
}

.modal-image-banknote-tab p {
  margin: -3px 0 0 0;
  font-size: 12px;
  text-decoration: none !important;
  color: #797979;
  text-align: center;
}

.modal-image-banknote div {
  text-align: center;
}

.modal-image-banknote input {
  border: 1px solid #E3E3E3 !important;
  text-align: center;
  font-size: 14px;
  width: 60px;
  border-radius: 3px;
  cursor: pointer;
}

.modal-image-banknote input:focus {
  border: 1px solid #BFBFBF !important;
  box-shadow: inset 0 0 2px #E3E3E3;
  border-radius: 3px;
  cursor: initial;
}

.banknote-amount {
  margin-left: -27px;
}

.banknote-amount label {
  font-weight: normal;
}

.banknote-amount input {
  margin-top: 5px;
  /*margin-left: -15px;*/
  background-color: #FFFFFF;
  border: 1px solid #E3E3E3 !important;
  text-align: center;
  font-size: 14px;
  width: 100px;
  border-radius: 3px;
}

.banknote-amount-total input {
  margin-top: 5px;
  /*margin-left: -15px;*/
  background-color: #FFFFFF;
  border: 1px solid #E3E3E3 !important;
  text-align: center;
  font-size: 15px;
  width: 100px;
  border-radius: 3px;
}

.banknote-amount input[disabled] {
  background-color: #fff;
  cursor: pointer;
}

span.total-table {
  float: right;
  padding-right: 15px;
}

body {
  background: rgb(204, 204, 204);
  overflow: hidden;
}

page {
  background: white;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.5cm;
  box-shadow: 0 0 0.5cm rgba(0, 0, 0, 0.5);
}

page[size="pos"] {
  background: white;
  width: 8cm;
  height: 21cm;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.5cm;
  box-shadow: 0 0 0.5cm rgba(0, 0, 0, 0.5);
}

page[size="A4"] {
  width: 21cm;
  height: 29.7cm;
}

page[size="A4"][layout="portrait"] {
  width: 29.7cm;
  height: 21cm;
}

page[size="A3"] {
  width: 29.7cm;
  height: 42cm;
}

page[size="A3"][layout="portrait"] {
  width: 42cm;
  height: 29.7cm;
}

page[size="A5"] {
  width: 14.8cm;
  height: 21cm;
}

page[size="A5"][layout="portrait"] {
  width: 21cm;
  height: 14.8cm;
}

@page {
  width: 8cm;
  height: 21cm;
}

@media print {

  page,
  page[size="pos"] {
    /* overflow: hidden; */
    margin: 0;
    box-shadow: 0;
  }
}

.bill-tab-border {
  margin: 35px;
  margin-bottom: 0;
  border: 1px solid #a6a6a6;
  height: 77%;
}

.bill-tab-border .bill-body {
  margin: 20px;
  border: 1px solid #a6a6a6;
}

input[disabled].show-detail-adjust-balance {
  border: 1px solid #f3f3f3;
  border-radius: 3px;
  background-color: white;
  cursor: initial;
  -webkit-appearance: none;
  -moz-appearance: none;
}


input[disabled].show-detail-customer,
select[disabled].show-detail-customer {
  /*margin-left: -10px;*/
  border: 1px solid #f3f3f3;
  border-radius: 3px;
  background-color: white;
  cursor: initial;
  /*font-size: 18px;*/
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[disabled].amount-fx {
  /*margin-left: -10px;*/
  border: 1px solid #f3f3f3;
  border-radius: 3px;
  background-color: white;
  cursor: initial;
  /*font-size: 18px;*/
  /* height: 40px; */
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align: center;
}

input.search-balanch {
  /*margin-left: -10px;*/
  border: 1px solid #f3f3f3;
  border-radius: 3px;
  background-color: white;
  cursor: initial;
  /*font-size: 18px;*/
  height: 40px;
}

input[disabled].blacklist-status {
  margin-left: -10px;
  border: none;
  /*border: 1px solid #f3f3f3;*/
  /*border-radius: 3px;*/
  background-color: white;
  cursor: initial;
  font-size: 20px;
  height: 40px;
}

.t-c-g {
  color: green;
}

.t-c-r {
  color: red;
}

button.new-customer {
  width: 105.5%;
  margin: -7px 0px 1px -10px;
}

button.new-customer:hover {
  box-shadow: inset 0 0 2px #E3E3E3;
}

.image-border {
  /* margin: 10px 10px 0; */
  border: 1px solid #e6e6e6;
  /*height: calc(100vh - 680px);*/
  height: 250px;
  text-align: center;
  border-radius: 5px;
}

.image-border img {
  margin: 10px 0 10px;
  width: 250px;
  height: 190px;
  /*width: calc(100vh - 690px);*/
  /*height: calc(100vh - 700px);*/
  background-position: center center;
  background-size: cover;
}

.image-border-customer {
  margin: 10px 10px 0;
  border: 1px solid #e6e6e6;
  /*height: calc(100vh - 680px);*/
  /* height: 250px; */
  text-align: center;
  border-radius: 5px;
}

.image-border-customer img {
  margin: 10px 0 10px;
  /* width: 235px; */
  height: 205px;
  /*width: calc(100vh - 690px);*/
  /*height: calc(100vh - 700px);*/
  background-position: center center;
  background-size: cover;
}

/*.image-border ng-camera{
  margin-left: 40px;
  margin-top: -15px;
}*/

.signature-border {
  /* margin: 10px 10px 0; */
  border: 1px solid #e6e6e6;
  /*height: calc(100vh - 680px);*/
  /* height: 108px;  */
  text-align: center;
}

.signature-border:hover {
  cursor: pointer;
  border: 1px solid #cccccc;
  box-shadow: inset 0 0 5px #E3E3E3;
}

.signature-border img {
  /* height: 105px; */
  width: 100%;
  /*border: 1px solid #e6e6e6;*/
}

.modal-signature-border {
  margin-top: 10px;
  border: 1px solid #e6e6e6;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: block;
  text-align: center;
}

.upload-btn-wrapper input[type=file] {
  margin-top: 10px;
  height: 50px;
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

.btn-upload-image:hover {
  cursor: pointer;
  background-color: #454a54;
}

.btn-upload-image {
  text-align: center;
  border: none;
  color: #FFFFFF;
  background-color: #505661;
  border-radius: 8px;
  height: 38px;
  margin-top: 10px;
}

.button-file-upload {
  padding-top: 10px;
  text-align: center;
  /* margin: 0 auto; */
  left: 30%;
  /* -ms-transform: translateY(-50%); */
  /* transform: translateY(-40%); */
  position: relative;
}

/*.button-file-upload label{
  margin-left: -20px;
}*/

.button-file-upload label.control-label {
  /*margin-left: -45px;*/
  font-size: 14px;
  font-weight: 600;
}

.button-file-upload input.filestyle {
  position: absolute;
  clip: rect(0px 0px 0px 0px);
  text-align: center;
}

.button-file-upload div.input-group {
  text-align: center;
  margin: 0 auto;
}

.head-staff-black {
  /*margin-right: 10px;*/
  background-color: #4F5561;
  height: 45px;
}

.head-staff-black img {
  margin-top: 5px;
  margin-right: 10px;
  height: 35px;
  margin-left: 20px;
  /*margin-top: 5px;*/
}

.head-staff-black p {
  color: #FFFFFF;
  padding-top: 11px;
  /*padding-left: 5px;*/
}

.head-staff {
  /*margin-right: 10px;*/
  background-color: #00BAFF;
  height: 45px;
}

.head-staff img {
  /*margin-top: 5px;*/
  margin-right: 10px;
  height: 35px;
  margin-left: 20px;
  /*margin-top: 5px;*/
}

.head-staff p {
  color: #FFFFFF;
  padding-top: 11px;
  /*padding-left: 5px;*/
}

.hq-head-blue {
  /*border: 1px solid #000000;*/
  background-clip: padding-box;
  position: relative;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  background-color: #00BAFF;
  height: 45px;
  top: -43px;
}

.hq-head-blue-img img {
  overflow: hidden;
  display: block;
  float: left;
  margin: 7px;
  /*margin-left: -75px;*/
  height: 30px;
  margin-left: 20px;
}

.hq-head-blue label {
  padding-top: 12px;
  padding-left: 5px;
}

.hq-head-blue-text p.detail {
  float: right;
  margin-top: -31px;
  margin-right: 10px;
  /*padding-left: 250px;*/
  color: #ffffff;
  cursor: pointer;
  text-decoration: underline;
}

.hq-head-blue-text p.detail:hover {
  color: #f2f2f2;
  cursor: pointer;
}

.hq-head-blue-text p.text {
  /*float: right;*/
  padding-top: 12px;
  color: #ffffff;
  /*margin-left: 5px;*/
}

.hq-head-blue label p a:hover {
  color: #e6e6e6;
  cursor: pointer;
}

.hq-head-branch {
  /*border: 1px solid #000000;*/
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #FFFFFF;
  height: calc(100vh - 146px);
  /* top: -45px; */
  position: relative;
  /* padding: 10px 0 10px 15px; */
}

.hq-head-branch p.text-head {
  font-weight: bold;
  margin: 0;
  padding: 10px 0px 10px 15px;
}

.hq-head-branch .box-total-branch {
  padding: 10px 5px 5px 10px;
  /* margin: 5px 0px 0 -15px; */
  background-color: #fdf0ce;
  height: auto;
  display: block;
}

.hq-head-branch .box-total-branch p {
  font-size: 22px;
  font-weight: bold;
}

.hq-head-branch .box-total-branch .icon {
  margin-right: 7px;
  float: left;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  text-align: center;
}

.hq-head-branch .box-total-branch .icon a {
  text-decoration: none;
  color: #ffffff;
  line-height: 35px;
  font-size: 20px;
}

.box-update-exchange-rate .icon {
  background-color: #60C521;
  float: left;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  text-align: center;
}

.box-update-exchange-rate img {
  width: 18px;
  /* margin-top: 1px; */
}

.card-widget-headquarter .inbox-branch-detail .inbox-branch-detail-name {
  font-weight: bold;
  margin-bottom: 5px;
  margin-left: 3px;
}

.card-widget-headquarter .inbox-branch-detail .icon {
  margin-right: 3px;
  float: left;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  text-align: center;
}

.card-widget-headquarter .inbox-branch-detail .icon a {
  text-decoration: none;
  color: #ffffff;
  line-height: 25px;
  font-size: 14px;
}

.card-widget-headquarter .inbox-headquarter-detail p {
  font-size: 15px;
  margin-top: 3px;
  font-weight: 600;
}


.hq-head-gray-soft img {
  margin-left: -75px;
  height: 30px;
  /*margin-left: 20px;*/
}

.hq-head-gray-soft label {
  /*color: #000000;*/
  padding-top: 12px;
  padding-left: 5px;
}

.hq-head-gray-soft label p {
  font-weight: 600;
}

.hq-head-black {
  border-top-right-radius: 7px;
  background-color: #505661;
  height: 45px;
  width: 115px;
}

.hq-head-black p {
  margin: 12px;
  color: #FFFFFF;
}

.hq-left-body {
  padding: 20px;
  height: -webkit-calc(100vh - 238px);
  height: -moz-calc(100vh - 238px);
  height: calc(100vh - 238px);
  position: relative;
  top: -47px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

.history-head {
  /*border-top-left-radius: 7px;*/
  /*border-top-right-radius: 7px;*/
  margin-top: 10px;
  background-color: #83DDFE;
  height: 45px;
}

.history-head img {
  height: 30px;
  margin-top: -7px;
  margin-left: 20px;
  /*margin-top: 5px;*/
}

.history-head p {
  color: #FFFFFF;
  margin-top: 15px;
  /*padding-top: 12px;*/
  padding-left: 5px;
  font-weight: normal;
}

.branch-checker-body {
  /*  height: -webkit-calc(100vh - 550px);
  height: -moz-calc(100vh - 550px);
  height: calc(100vh - 550px);*/
  height: 216px;
  /*margin-top: 10px;*/
  border: 1px solid #D0D0D0;
  border-top: none;

  /*  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;*/
}

.branch-checker-item {
  height: 35px;
  padding-top: 5px;
  /* border: 1px solid #D0D0D0; */
  border-bottom: 1px solid #FFFFFF;
  /* border-bottom-color: #ffffff; */
  background-color: #f0f0f0;
}

.branch-checker-item:hover {
  cursor: pointer;
  background-color: #e6e6e6;
}

.branch-checker-head {
  /*border-top-left-radius: 7px;*/
  /*border-top-right-radius: 7px;*/
  background-color: #FFA600;
  height: 45px;
}

.branch-checker-head img {
  height: 30px;
  margin-top: -7px;
  margin-left: 20px;
  /*margin-top: 5px;*/
}

.branch-checker-head p {
  color: #FFFFFF;
  margin-top: 15px;
  /*padding-top: 12px;*/
  padding-left: 5px;
  font-weight: normal;
}

.alert-request {
  /*border: 1px solid #000000;*/
  height: -webkit-calc(100vh - 665px);
  height: -moz-calc(100vh - 665px);
  height: calc(100vh - 665px);
  margin-top: 10px;
  /*margin-right: 0px;*/
}

.alert-request-head {
  /*border: 1px solid #000000;*/
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  background-color: #FFA503;
  height: 45px;
  /*top: -45px;*/
  position: relative;
}

.alert-request-head img {
  height: 30px;
  margin-top: 3px;
  margin-left: 20px;
  /*margin-top: 5px;*/
}

.alert-request-head p {
  color: #FFFFFF;
  padding-top: 11px;
  padding-left: 5px;
}

.alert-request-head-hq {
  /*border: 1px solid #000000;*/
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #FFA503;
  height: 45px;
  /* top: -48px; */
  position: relative;
}

.alert-request-head-hq .wrapper-img {
  position: absolute;
}

.alert-request-head-hq .wrapper-img label {
  font-weight: normal;
}

.alert-request-head-hq .wrapper-img img {
  height: 30px;
  margin-top: 0;
  margin-left: 20px;
  /*margin-top: 5px;*/
}

.alert-request-head-hq p {
  color: #FFFFFF;
  padding-top: 11px;
  padding-left: 5px;
}

.alert-request-body-hq {
  background-color: #FFFFFF;
  height: calc(100vh - 190px);
  position: relative;
  /* top: -47px; */
  padding: 10px 10px 0px;
  overflow-y: auto;
}

.alert-list {
  top: -33px;
  position: relative;
}

.alert-request-body-white {
  padding: 13px 0px;
  /* padding-left: 20px; */
  /* margin-top: 5px; */
  box-shadow: 0 3px 2px -2px #e6e6e6;
  background-color: #FFFFFF;
  height: 45px;
}

.alert-request-body-green {
  padding: 13px 0px;
  /* padding-left: 20px; */
  /* margin-top: 5px; */
  box-shadow: 0 3px 2px -2px #e6e6e6;
  background-color: #FFFFFF;
  height: 45px;
}

.alert-body-white {
  height: -webkit-calc(100vh - 616px);
  height: -moz-calc(100vh - 616px);
  height: calc(100vh - 616px);
  background-color: #FFFFFF;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  position: relative;
  top: -44px;
}

.sub-head-alert {
  padding: 5px;
  height: 35px;
  background-color: #F0F0F0;
  /*color: #999999;*/
  position: relative;
  top: -34px;
}

.body-gray-soft {
  background-color: #F0F0F0;
  padding: 5px;
  height: 35px;
  /*margin: 0 -1px;*/
  border-bottom: 1px solid #FFFFFF;
}

.stock-thaibath {
  /* border: 1px solid #e6e6e6; */
  border-top: none;
  border-bottom: none;
  padding: 15px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.head-stock-thaibath {
  /*margin-right: 10px;*/
  background-color: #F5F5F5;
  height: 32px;
  padding: 5px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.head-stock-thaibath p {
  color: #333333;
  /*padding-left: 5px;*/
}

.bottom-stock-thaibath {
  margin-top: -5px;
  background-color: #F5F5F5;
  height: 35px;
  padding: 7px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.bottom-stock-thaibath p {
  font-weight: 600;
  font-size: 14px;
  padding-left: 40px;
  color: #333333;
}

.bottom-stock-thaibath p a {
  color: #333333;
  padding-right: 25px;
  text-decoration: none !important;
  cursor: default;
}

.modal-scroll:hover {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
  overflow-x: hidden;
}

a.card-current-currency {
  padding: 10px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  background-color: #ffffff;
  margin: 5px;
  cursor: pointer;
  text-decoration: none;
  width: 100px;
}

a.card-current-currency img {
  height: 35px;
}

div.topbar-height {
  height: 60px;
}

.head-yellow {
  margin: -11px -11px 5px;
  border-bottom: 6px solid #FBCB05;
}

.head-green {
  margin: -11px -11px 5px;
  border-bottom: 6px solid #60C521;
}

.head-red {
  margin: -11px -11px 5px;
  border-bottom: 6px solid #e0391e;
}

.head-black {
  margin: -11px -11px 5px;
  border-bottom: 6px solid #000000;
}


.new-currency input[type="text"] {
  text-align: center;
  font-size: 24px;
  color: #FFA600;
}

.image-upload {
  text-align: center;
}

.image-upload>input {
  display: none;
}

.image-upload img {
  height: 130px;
}

.image-upload img:hover {
  cursor: pointer;
  box-shadow: 0 3px 2px -2px #e6e6e6;
}

.head-accordion-blue-sky {
  padding: 10px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  margin: 10px 0 0;
  height: 40px;
  background-color: #83DDFE;
}

.head-accordion-blue-sky .text-head {
  text-align: center;
  color: #FFFFFF;
}

.body-left-agent-sell {
  height: -webkit-calc(100vh - 205px);
  height: -moz-calc(100vh - 205px);
  height: calc(100vh - 205px);
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  background-color: #FFFFFF;
}

.body-right-agent-sell {
  margin-top: 30px;
  height: -webkit-calc(100vh - 105px);
  height: -moz-calc(100vh - 105px);
  height: calc(100vh - 105px);
  border-radius: 7px;
  background-color: #FFFFFF;
}

.body-agent-sell {
  border-radius: 7px;
  background-color: #FFFFFF;
  margin-bottom: -17px;
}

.body-accordion {
  /* margin-right: -20px; */
  margin-top: 1px;
  overflow-x: hidden;
  overflow-y: auto;
  height: 400px;
  max-height: 400px;
  /*height: -webkit-calc(100vh - 540px);
  height: -moz-calc(100vh - 540px);
  height: calc(100vh - 540px);*/
}

.body-withdraw-foreign {
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #F3F3F3;
  /*  height: -webkit-calc(100vh - 699px);
  height: -moz-calc(100vh - 699px);
  height: calc(100vh - 699px);*/
  height: 243px;
  padding: 5px;
}

.body-adjust-stock-bank-note {
  overflow-y: auto;
  max-height: 335px;
  height: 335px;
  /* margin-right: -10px; */
  margin-top: -4px;
  padding: 10px 10px 0px;
  border: 1px solid #F3F3F3;
}

.body-refund-thb {
  height: 415px;
  margin-top: -4px;
  padding: 10px 10px 0px;
  border: 1px solid #F3F3F3;
}

.body-detail-notification {
  max-height: 350px;
  height: 350px;
  margin-top: -4px;
  overflow-y: auto;
  overflow-x: hidden;
  /* padding: 10px 10px 0px; */
  /* border: 1px solid #F3F3F3; */
}

.body-revenue-foreign {
  /* overflow-y: scroll; */
  /*  height: -webkit-calc(100vh - 699px);
  height: -moz-calc(100vh - 699px);
  height: calc(100vh - 699px);*/
  max-height: 419px;
  /* margin-right: -10px;
  padding-right: 7px; */
}

.wrapper-set-amount-buy {
  border: 1px solid #E2E2E2;
  padding: 10px;
}

.body-set-amount-buy {
  overflow-y: auto;
  /*  height: -webkit-calc(100vh - 699px);
  height: -moz-calc(100vh - 699px);
  height: calc(100vh - 699px);*/
  max-height: 350px;
  margin-right: -10px;
  padding-right: 7px;
}

.body-amount-recieve {
  /* overflow-y: scroll; */
  /* max-height: 340px; */
  padding-right: 5px;
  margin-right: -7px;
}

.body-amount-pay {
  overflow-y: auto;
  overflow-x: hidden;
  height: 363px;
  padding-right: 5px;
  margin-right: -7px;
}

.body-amount-confirm {
  overflow-y: auto;
  overflow-x: hidden;
  height: 316px;
  padding-right: 5px;
  margin-right: -7px;
}



.body-withdraw-foreign-blank {
  /*  overflow-y: scroll; */
  height: 305px;
  /*margin-right: -10px; */
  /*padding-right: 7px;*/
}

.body-fx-delivery {
  overflow-x: hidden;
  overflow-y: auto;
  height: -webkit-fill-available;

  /* max-height: 367px; */
  /* padding-right: 7px; */
  margin-right: -6px;
}

.body-list-expen {
  overflow-x: hidden;
  overflow-y: auto;
  height: 266px;
  max-height: 266px;
  /* margin-right: -6px; */
}

.body-revenue {
  overflow-x: hidden;
  overflow-y: auto;
  /* height: -webkit-calc(100vh - 540px);
  height: -moz-calc(100vh - 540px);
  height: calc(100vh - 540px);*/
  height: 414px;
  max-height: 414px;
  /* padding-right: 7px; */
  margin-right: -6px;
}

.body-assess-customer {
  border: 1px solid #f3f3f3;
  padding: 10px;
  text-align: center;
}

.body-check-image-banknote {
  padding-top: 10px;
  overflow-x: hidden;
  overflow-y: auto;
  /* height: 400px; */
  max-height: 400px;
  margin-right: -6px;
  border: 1px solid #E2E2E2;
}

.item-list-body-agent-sell {
  overflow-x: hidden;
  overflow-y: auto;
  /* height: -webkit-calc(100vh - 540px);
  height: -moz-calc(100vh - 540px);
  height: calc(100vh - 540px);*/
  height: 510px;
  max-height: 510px;
  padding-right: 7px;
}

.body-check-total {
  border-radius: 2px;
  /* height: 75px; */
  padding: 10px;
  border: 1px solid #f3f3f3;
  margin-bottom: 10px;
}

.body-check-total p {
  font-weight: bold;
}

.body-check-total p span {
  font-weight: normal;
}

.body-edit-transaction {
  overflow-x: hidden;
  overflow-y: auto;
  /* height: -webkit-calc(100vh - 540px);
  height: -moz-calc(100vh - 540px);
  height: calc(100vh - 540px);*/
  height: 480px;
  max-height: 480px;
  padding-right: 7px;
  border: 1px solid #f3f3f3;
}

.body-exchange-rate-branch {
  overflow-x: hidden;
  overflow-y: auto;
  /* height: 300px; */
  max-height: 300px;
  border: 1px solid #f3f3f3;
  padding: 10px;
}

.body-transaction-customer {
  overflow-x: hidden;
  overflow-y: auto;
  /* height: -webkit-calc(100vh - 540px);
  height: -moz-calc(100vh - 540px);
  height: calc(100vh - 540px);*/
  height: 361px;
  max-height: 361px;
  /* padding-right: 7px; */
}

.body-stock-hq,
.body-stock-hq table thead th,
.body-notification-owner,
.body-notification-owner table tbody td,
.body-modal-detail,
.body-modal-detail table tbody td {
  font-size: 14px;
}

.body-exchange-rate-hq,
.body-transaction-hq,
.body-transaction-hq table thead th {
  font-size: 14px;
  border: none;
}

.body-stock-hq table thead,
.body-stock-hq table tbody,
.body-exchange-rate-hq table thead,
.body-exchange-rate-hq table tbody,
.body-transaction-hq table thead,
.body-transaction-hq table tbody,
.body-notification-owner table thead,
.body-notification-owner table tbody,
.body-modal-detail table thead,
.body-modal-detail table tbody {
  display: block;
}

.body-stock-hq table thead th,
.body-stock-hq table tbody td,
.body-transaction-hq table thead th,
.body-transaction-hq table tbody td,
.body-notification-owner table thead th,
.body-notification-owner table tbody td {
  min-width: 72px;
  width: 10%;
  vertical-align: middle !important;
  font-weight: normal
}

.body-exchange-rate-hq table thead th,
.body-exchange-rate-hq table tbody td {
  min-width: 146px;
  width: 10%;
  vertical-align: middle !important;
  font-weight: normal
}

.body-modal-detail table thead th,
.body-modal-detail table tbody td {
  min-width: 90px;
  width: 10%;
  vertical-align: middle !important;
  font-weight: normal
}

.body-notification-owner table thead th:nth-child(2),
.body-notification-owner table tbody td:nth-child(2) {
  min-width: 72px;
  width: 30%;
  vertical-align: middle !important;
  font-weight: normal
}

.body-transaction-hq table thead th:first-child,
.body-transaction-hq table tbody td:first-child {
  min-width: 50px;
  width: 5%;
}

.body-stock-hq table thead th,
.body-transaction-hq table thead th {
  text-align: center;
  background-color: #83DDFE;
}

.body-modal-detail table thead th,
.body-exchange-rate-hq table thead th {
  text-align: center;
  background-color: #333A44;
  vertical-align: middle !important;
}

.body-modal-detail table tbody td {
  background-color: #f9f9f9;
  vertical-align: middle !important;
}


.body-notification-owner {
  background-color: #f9f9f9;
}

.body-notification-owner table tbody {
  max-height: calc(100vh - 308px);
  overflow-y: overlay;
}

.body-exchange-rate-hq table tbody {
  max-height: calc(100vh - 250px);
  overflow-y: overlay;
}

.body-stock-hq table tbody {
  max-height: calc(100vh - 344px);
  overflow-y: overlay;
}

.body-modal-detail table tbody {
  height: calc(100vh - 420px);
  max-height: calc(100vh - 420px);
  overflow-y: overlay;
}

.body-transaction-hq table tbody {
  max-height: calc(100vh - 405px);
  overflow-y: overlay;
}

.body-transaction-request {
  overflow-x: hidden;
  overflow-y: auto;
  /* height: -webkit-calc(100vh - 540px);
  height: -moz-calc(100vh - 540px);
  height: calc(100vh - 540px);*/
  /* height: 355px; */
  height: 355px;
  /* padding-right: 7px; */
  margin-top: 10px;
}

.body-modal-adjust-stock {
  /* height: 450px;
  max-height: 450px; */
  /* border: 1px solid #F3F3F3; */
  /* padding: 0 10px; */
}

.body-stock-hq,
.body-stock-hq table thead th {
  font-size: 12px;
  overflow-x: auto;
}

.body-transaction-hq,
.body-transaction-hq table thead th {
  font-size: 14px;
}

.body-stock-hq table thead,
.body-stock-hq table tbody,
.body-transaction-hq table thead,
.body-transaction-hq table tbody {
  display: block;
}

.body-stock-hq table thead th,
.body-stock-hq table tbody td,
.body-transaction-hq table thead th,
.body-transaction-hq table tbody td {
  min-width: 72px;
  width: 9%;
  vertical-align: middle !important;
}

.body-transaction-hq table thead th:first-child,
.body-transaction-hq table tbody td:first-child {
  min-width: 50px;
  width: 5%;
}

.body-stock-hq table thead th,
.body-transaction-hq table thead th {
  text-align: center;
  background-color: #83DDFE;
}

.body-stock-hq table tbody {
  max-height: calc(100vh - 344px);
  overflow-y: overlay;
}

.body-transaction-hq table tbody {
  max-height: calc(100vh - 405px);
  overflow-y: overlay;
}

.body-special-rate-request {
  overflow-x: hidden;
  overflow-y: auto;
  /* height: -webkit-calc(100vh - 540px);
  height: -moz-calc(100vh - 540px);
  height: calc(100vh - 540px);*/
  /* height: 355px; */
  max-height: 355px;
  /* padding-right: 7px; */
  /* margin-top: 10px; */
}

.body-des-refund {
  overflow-x: hidden;
  overflow-y: auto;
  /* height: -webkit-calc(100vh - 540px);
  height: -moz-calc(100vh - 540px);
  height: calc(100vh - 540px);*/
  /* margin-top: 10px; */
  /* height: 390px; */
  max-height: 390px;
  padding-right: 5px;
}

label.accordion-head-img {
  cursor: pointer;
  height: 30px;
  width: auto;
  /*float: left;*/
  /*margin-left: 13px;*/
}

label.accordion-head-img a {
  text-decoration: none !important;
  margin-left: 5px;
  font-size: 16px;
  color: #797979;
  font-weight: normal;
}

.accordion-agent {
  background-color: #EAEAEA;
  border-bottom: 2px solid #ffffff;
}

.accordion-agent:hover {
  cursor: pointer;
  background-color: #f2f2f2;
}

.accordion-agent p {
  margin-top: 5px;
}

.accordion-agent label.accordion-body-img {
  cursor: pointer;
  height: 30px;
  width: auto;
  float: left;
  margin-left: 13px;
}

.accordion-agent label.accordion-body-img a {
  text-decoration: none !important;
  margin-top: 5px;
  margin-left: 10px;
  font-size: 15px;
  color: #797979;
  font-weight: normal;
}

.wrapper-tab-modal {
  display: inline-flex;
}

.wrapper-buy-agent {
  top: -43px;
  position: relative;
}

.text-error-amount {
  color: red;
  font-size: 10px;
  margin-top: -11px;
  margin-bottom: 0;
  /* margin-left: -125px; */
  margin-left: -10px;
  float: left;
  position: absolute;
}

.text-error-amount-1 {
  color: red;
  font-size: 8px;
  margin-bottom: 0;
  margin-top: -8px;
  /*margin-left: -98px;*/
  margin-left: -140px;
  float: left;
}

.text-error-amount-2 {
  color: red;
  font-size: 8px;
  margin-bottom: 0;
  margin-top: -8px;
  /*margin-left: -148px;*/
  margin-left: -215px;
  float: left;
}

.item-list-wrapper .item-list-body .item-list-table-body tbody tr td a.text-currency {
  color: #1a1a1a;
  font-size: 12px;
}

.inbox-error-amount img {
  margin-left: -16px;
  height: 15px;
}

.text-total-branch {
  right: 0;
  position: absolute;
  font-size: 2.6rem;
  padding: 0px 10px 0 0;
}

.height-modal .modal-content {
  height: 570px;
}

.height-modal-select-withdraw .modal-content {
  height: 620px;
}

.height-modal-request .modal-content {
  height: 570px;
  width: 660px;
  ;
}

.height-modal-withdraw .modal-content {
  height: 650px;
}

.height-modal-revenue .modal-content {
  height: 630px;
}

.app-modal-check-money .modal-dialog {
  margin-top: 250px;
  width: 400px;
}

.app-modal-move-money .modal-dialog {
  /*margin-top: 250px;*/
  width: 500px;
}

/* tr.item-sell-agent:hover {
  cursor: pointer;
  background-color: #E9E9E9;
  opacity: 0.2;
} */

.total-foreign {
  /*position: fixed;*/
  float: right;
  font-size: 20px;
  padding-top: 20px;
}

.total-foreign>a {
  /*position: fixed;*/
  /*float: right;*/
  margin-left: -45px;
  color: #fbcb05;
  text-decoration: none;
}

.total-thb {
  /*float: right;*/
  font-size: 20px;
  padding-top: 20px;
}

.total-thb>a {
  /*position: fixed;*/
  margin-left: -40px;
  float: right;
  color: #393e46;
  text-decoration: none;
}

.manager-transaction {
  /*padding: 0 15px 0 15px;*/
  /*display: block;*/
  /*overflow-y: auto;*/
  overflow-x: auto;
  /*width: 100%;*/
  white-space: nowrap;
}

.wrapper-summary {
  height: 153px;
  overflow-x: auto;
  overflow-y: inherit;
  white-space: nowrap;
}

th.m-w-70,
td.m-w-70 {
  min-width: 100px;
}

/*.summary-vScroll table tbody tr td{
  min-width: 100px;
}
.summary-hScroll table thead tr th{
  min-width: 100px;
}*/

.summary-hScroll {
  overflow-x: auto;
  white-space: nowrap;
  /*width: 400px;*/
}

.summary-vScroll {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 150px;
}

/*.branch-vScroll table tbody tr td{
  min-width: 100px;
}
.branch-hScroll table thead tr th{
  min-width: 100px;
}*/

.branch-hScroll {
  overflow: auto;
  white-space: nowrap;
  /*width: 400px;*/
}

.branch-vScroll {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 150px;
}

.check-money {
  height: 50px;
  padding: 10px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  text-align: center;
}

a.check-money-thb {
  text-decoration: none;
  cursor: default;
  color: #666666;
  float: right;
  margin-top: 10px;
  font-size: 18px;
}

a.check-money-total {
  text-decoration: none;
  cursor: default;
  color: #FFAB0F;
  margin-top: -10px;
  margin-left: -25px;
  font-size: 35px;
  position: absolute;
}

.btn-check-money {
  height: 35px;
  width: 90px;
  border: 1px solid #bfbfbf;
  border-radius: 3px;
}

.scroll-detail-money {
  max-height: 550px;
  overflow-y: auto;
}

.btn-checkbox-select-all-branchs-success {
  height: 35px;
  width: 110px;
  border-radius: 3px;
  border: 0px;
  background: #4B991A;
  color: #FFFFFF;
  font-size: 12px;
  margin-top: 10px;
}

.btn-checkbox-select-all-success {
  height: 35px;
  width: 110px;
  border-radius: 3px;
  border: 0px;
  background: #4B991A;
  color: #FFFFFF;
  font-size: 12px;
  margin-top: 10px;
}

.btn-checkbox-none-select-all-success:hover {
  border: 1px solid #e6e6e6;
  background: #e6e6e6;
  color: #757A83;
}

.btn-checkbox-select-all-branchs {
  height: 35px;
  width: 135px;
  border-radius: 3px;
  border: 0px;
  background: #005B7F;
  color: #FFFFFF;
  font-size: 12px;
  margin-top: 10px;
}

.btn-checkbox-select-all {
  height: 35px;
  width: 110px;
  border-radius: 3px;
  border: 0px;
  background: #005B7F;
  color: #FFFFFF;
  font-size: 12px;
  margin-top: 10px;
}

.btn-checkbox-none-select-all:hover,
.btn-checkbox-none-select-all-branchs:hover {
  border: 1px solid #e6e6e6;
  background: #e6e6e6;
  color: #757A83;
}

.btn-checkbox-none-select-all-branchs {
  height: 35px;
  width: 135px;
  border-radius: 3px;
  border: 1px solid #f9f9f9;
  background: #f9f9f9;
  color: #757A83;
  font-size: 12px;
  margin-top: 10px;
}

.btn-checkbox-none-select-all {
  height: 35px;
  width: 110px;
  border-radius: 3px;
  border: 1px solid #f9f9f9;
  background: #f9f9f9;
  color: #757A83;
  font-size: 12px;
  margin-top: 10px;
}

.btn-checkbox-success {
  height: 35px;
  width: 90px;
  border-radius: 5px;
  border: 0px;
  background: #4B991A;
  color: #FFFFFF;
}

.btn-risky-low {
  height: 30px;
  width: 80px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border: 0px;
  background: #4B991A;
  color: #FFFFFF !important;
  text-align: center;
  margin-right: -4px;
}

.btn-risky-medium {
  height: 30px;
  width: 80px;
  border-radius: 0px;
  border: 0px;
  background: #FBCB05;
  color: #FFFFFF !important;
  text-align: center;
  margin-right: -3px;
}

.btn-risky-height {
  height: 30px;
  width: 75px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border: 0px;
  background: #e0391e;
  color: #FFFFFF !important;
  text-align: center;
}

.btn-risky-default-left {
  height: 30px;
  width: 75px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border: 0px;
  border: 1px solid #cccccc;
  background: #FFFFFF;
  color: #cccccc !important;
  margin-right: -4px;
}

.btn-risky-default-center {
  height: 30px;
  width: 80px;
  border-radius: 0px;
  border: 0px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background: #FFFFFF;
  color: #cccccc !important;
  margin-right: -3px;
}

.btn-risky-default-right {
  height: 30px;
  width: 75px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border: 0px;
  border: 1px solid #cccccc;
  background: #FFFFFF;
  color: #cccccc !important;
}

.btn-correct-gender {
  text-align: left;
  height: 38px;
  width: 90px;
  border-radius: 3px;
  border: 0px;
  background: #08BAFD;
  color: #FFFFFF !important;
}

.btn-incorrect-gender {
  text-align: left;
  height: 38px;
  width: 90px;
  border-radius: 3px;
  border: 0px;
  border: 1px solid #cccccc;
  background: #FFFFFF;
  color: #cccccc !important;
}

.btn-checkbox-correct {
  text-align: left;
  padding-left: 10px;
  height: 40px;
  width: 100px;
  border-radius: 3px;
  border: 0px;
  background: #4B991A;
  color: #FFFFFF;
}

.btn-checkbox-incorrect {
  text-align: left;
  padding-left: 10px;
  height: 40px;
  width: 100px;
  border-radius: 3px;
  border: 0px;
  background: #ED1C24;
  color: #FFFFFF;
}

.btn-checkbox-default {
  text-align: left;
  padding-left: 10px;
  height: 40px;
  width: 100px;
  border-radius: 3px;
  border: 1px solid #cccccc;
  background: #FFFFFF;
  color: #cccccc;
}

.btn-checkbox-default:hover {
  border: 1px solid #cccccc;
  background: #cccccc;
  color: #FFFFFF;
}

.manager-transaction {
  /*padding: 0 15px 0 15px;*/
  /*display: block;*/
  /*overflow-y: auto;*/
  overflow-x: auto;
  /*width: 100%;*/
  white-space: nowrap;
  height: -webkit-calc(100vh - 195px);
  height: -moz-calc(100vh - 195px);
  height: calc(100vh - 195px);
}

.wrapper-summary {
  height: 153px;
  overflow-x: auto;
  overflow-y: inherit;
  white-space: nowrap;
}

th.m-w-70,
td.m-w-70 {
  min-width: 100px;
}

/*.summary-vScroll table tbody tr td{
  min-width: 100px;
}
.summary-hScroll table thead tr th{
  min-width: 100px;
}*/

.summary-hScroll {
  overflow-x: auto;
  white-space: nowrap;
  /*width: 400px;*/
}

.summary-vScroll {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 150px;
}

/*.branch-vScroll table tbody tr td{
  min-width: 100px;
}
.branch-hScroll table thead tr th{
  min-width: 100px;
}*/

.branch-hScroll {
  overflow: auto;
  white-space: nowrap;
  /*width: 400px;*/
}

.branch-vScroll {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 150px;
}

.dot {
  height: 25px;
  width: 25px;
  border: 1px solid #b3b3b3;
  /*background-color: #bbb;*/
  border-radius: 50%;
  display: inline-block;
}

#dot-1.active,
#dot-2.active,
#dot-3.active,
#dot-4.active,
#dot-5.active,
#dot-6.active {
  border: 1px solid #FFBE22;
  background-color: #FFBE22;
}

#dot-1 {
  margin-left: 0;
}

#dot-2,
#dot-3,
#dot-4,
#dot-5,
#dot-6 {
  margin-left: 7px;
}

.number-passcode {
  font-size: 25px;
  padding: 10px;

}

#number-passcode-blank {
  height: 55px;
}

#number-passcode-8,
#number-passcode-7,
#number-passcode-5,
#number-passcode-4,
#number-passcode-2,
#number-passcode-1 {
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

#number-passcode-9,
#number-passcode-6,
#number-passcode-3 {
  border-bottom: 1px solid #cccccc;
}

#number-passcode-blank,
#number-passcode-0 {
  border-right: 1px solid #cccccc;
}

.anime-passcode {
  animation: mymove 0.5s 1;
  -moz-animation: mymove 0.5s 1;
  -webkit-animation: mymove 0.5s 1;
  -o-animation: mymove 0.5s 1;
  /*background-color: #3e8e41;
  box-shadow: 0 5px #666*/
  ;
  /*transform: translateY(4px);*/
}

@-webkit-keyframes mymove {
  0% {
    background-color: white;
  }

  50% {
    background-color: #d9d9d9;
  }

  100% {
    background-color: white;
  }
}

@keyframes mymove {
  0% {
    background-color: white;
  }

  50% {
    background-color: #d9d9d9;
  }

  100% {
    background-color: white;
  }
}

.slideRight {
  animation: slideInRight 1s;
  -moz-animation: slideInRight 1s;
  /* Firefox */
  -webkit-animation: slideInRight 1s;
  /* Safari and Chrome */
  -o-animation: slideInRight 1s;
  /* Opera */
}

#fade-in {
  animation: fadein 0.75s;
  -moz-animation: fadein 0.75s;
  /* Firefox */
  -webkit-animation: fadein 0.75s;
  /* Safari and Chrome */
  -o-animation: fadein 0.75s;
  /* Opera */
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-moz-keyframes fadein {

  /* Firefox */
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {

  /* Safari and Chrome */
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-o-keyframes fadein {

  /* Opera */
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.pending-agent-sell {
  max-height: 300px;
  overflow-y: auto;
}

.fixed {
  background: #eee;
  /*width: 200px;*/
  position: fixed;
  /*left: 0;*/
  /*top: auto;*/
  /*white-space: normal;*/
  /*margin-left 0px*/
}

.list-branch {
  max-height: 250px;
  overflow-y: auto;
}

.bounce {
  animation: bounceIn 1s;
  -moz-animation: bounceIn 1s;
  /* Firefox */
  -webkit-animation: bounceIn 1s;
  /* Safari and Chrome */
  -o-animation: bounceIn 1s;
  /* Opera */
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3) translate3d(0, 0, 0);
  }

  50% {
    opacity: 0.9;
    transform: scale(1.1);
  }

  80% {
    opacity: 1;
    transform: scale(0.89);
  }

  100% {
    opacity: 1;
    transform: scale(1) translate3d(0, 0, 0);
  }
}

.list-user-login {
  max-height: 160px;
  overflow-y: auto;
}

.list-hq-login {
  max-height: 205px;
  overflow-y: auto;
}

label.text-name-gender {
  margin: 0;
  padding-left: 5px;
  text-decoration: none;
  cursor: pointer;
  font-weight: normal !important;
}

.is-error {
  border-color: red !important;
}

.warpper-detail-transaction-request {
  margin-bottom: -10px;
  margin-top: 20px;
}

.warpper-item-refund {
  position: relative;
  /* display: flex; */
  padding-top: 1px;
}

.warpper-item-refund-img {
  margin-top: -6px;
  padding-left: 7px;
}

.warpper-item-refund-img a {
  font-size: 14px;
  padding-left: 5px;
}

.warpper-item-close-sale-img {
  margin-top: -6px;
  /* padding-left: 7px; */
}

.warpper-item-close-sale-img a {
  font-size: 14px;
  padding-left: 5px;
}

.warpper-detail-notification-accordian {
  margin-top: -6px;
  padding: 5px 0 5px 12px;
}

.warpper-detail-notification-accordian a,
.warpper-detail-notification-accordian a:hover,
.warpper-detail-notification-accordian a:focus {
  font-size: 14px;
  padding-left: 5px;
  text-decoration: none !important;
}

.warpper-icon {
  float: left !important;
  margin-top: 10px;
}

.is-open-accordion {
  margin: -35px 10px 0 0;
  position: relative;
  float: right;
}

.is-open-accordion-detail-notification {
  margin: -28px 10px 0 0;
  position: relative;
  float: right;
}

.border-bottom {
  border-top: 1px solid #DDDDDD;
  margin: -5px 10px 0px 10px;
}

.list-trinsaction {
  max-height: 160px;
  overflow-y: auto;
  overflow-x: hidden;
}

.net-totoal p {
  /* font-weight: bold; */
  float: right;
  margin: 0 30px 0 0;
}

.net-totoal p.total {
  font-weight: bold;
  float: right;
  margin: 0 30px 0 0;
}

.box-logout {
  width: 190px;
  height: 50px;
  border-radius: 30px;
  border: none;
  margin: 20px 15px 0 15px;
  border: 2px solid #FFFFFF;
  background-color: #fbcb05;
}

.box-logout:hover,
.box-logout:active {
  /* border: 2px solid #FEA210; */
  background-color: #FEA210;
  -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
}

.box-logout img {
  height: 19px;
  float: left;
  margin-left: 15px;
}

.box-logout p {
  position: absolute;
  margin-left: 60px;
  font-weight: bold;
}

.box-item-menu {
  width: 190px;
  height: 160px;
  border-radius: 8px;
  background-color: #FFFFFF;
  text-align: center;
  border: none;
  margin: 25px 15px 0 15px;
  border: 3px solid #FFFFFF;
}

.box-item-menu:hover,
.box-item-menu:active {
  border: 3px solid #FEA210;
  -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
}

.box-item-menu:disabled {
  cursor: not-allowed;
  opacity: 0.8;
  border: 3px solid #FFFFFF;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.box-item-menu img {
  height: 75px;
  margin-top: 10px;
}

.box-item-menu p {
  margin-top: 25px;
}

.wrapper-menu {
  text-align: center;
  margin-top: 7px;
}

.shake {
  animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {

  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}

.text-no-data-customer {
  text-align: center;
  color: #252525 !important;
  font-size: 15px !important;
}

p.backToMenu {
  text-align: center;
  cursor: pointer;
}

@media only screen and (min-width: 568px) and (max-width: 1023px) {
  .btn-s {
    width: 98px;
    height: 50px;
  }

  p,
  th,
  h5,
  .btn,
  section.main-body-balance {
    font-size: 12px;
  }

  h2 {
    font-size: 20px;
  }

  #banknote-widget .card-widget img {
    height: 52px;
  }

  .mode-tab>li>a {
    padding: 12px 46px;
  }

  .inbox-staff-detail a.inbox-staff-detail-name {
    font-size: 14px;
  }

  .staff-tab>li>a {
    width: 142px;
  }

  .detail-agent-tab>li>a {
    width: 125px;
  }

  /* p {
    font-size: 12px;
  }

  th {
    font-size: 12px;
  }

  h5 {
    font-size: 12px;
  } */

  .box-staff {
    margin-top: -8px;
  }

  .box-banknote {
    margin-left: 16px;
    padding-top: 10px;
  }

  .box-banknote-balance {
    margin-left: 26px;
    padding-top: 10px;
  }

  .inbox-staff-branch-img {
    display: block;
    float: left;
    margin-right: 15px;
    border-radius: 4px;
    overflow: hidden;
  }

  .inbox-staff-branch-img img {
    height: 40px;
  }

  .inbox-staff-detail p.inbox-staff-detail-total a {
    margin-top: -2px;
    color: orange;
    font-size: 14px;
    text-decoration: none !important;
  }

  .inbox-staff-detail div.inbox-staff-status-success {
    /*border: 1px solid #e3e3e3;*/
    border-radius: 1px;
    height: 24px;
    background-color: #E5FED5;
    /*margin-top: -4px;*/
    /* margin-left: 95px; */
    /*float: right;*/
  }

  /* .banknote-list>div>a.banknote,
  .banknote-preset .form-control[disabled] {
    margin-left: 20px;
  } */
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .btn-s {
    width: 105px;
    height: 50px;
  }

  table.display-rate tbody td {
    padding: 0px 8px 0px !important;
  }

  p,
  th,
  section.main-body-balance {
    font-size: 13px;
  }

  .wrapper-list-customers p.title,
  .btn {
    font-size: 12px;
  }

  #currency-widget .card-widget p {
    font-size: 12px;
  }

  .balacne-tab>li>a,
  .staff-tab>li>a {
    width: 174px;
    height: 50px;
    font-size: 13px;
  }

  .box-banknote {
    margin-left: 36px;
    padding-top: 10px;
  }

  .box-banknote-balance {
    margin-left: 56px;
    padding-top: 10px;
  }

  .inbox-staff-branch-img {
    display: block;
    float: left;
    margin-right: 15px;
    border-radius: 4px;
    overflow: hidden;
  }

  .inbox-staff-branch-img img {
    height: 80px;
  }

  .inbox-staff-detail p.inbox-staff-detail-total a {
    margin-top: -2px;
    color: orange;
    font-size: 16px;
    text-decoration: none !important;
  }

  .inbox-staff-detail div.inbox-staff-status-success {
    /*border: 1px solid #e3e3e3;*/
    border-radius: 1px;
    height: 24px;
    background-color: #E5FED5;
    /*margin-top: -4px;*/
    margin-left: 95px;
    /*float: right;*/
  }

  /* .banknote-list>div>a.banknote {
    margin-left: 43px;
  }

  .banknote-preset .form-control[disabled] {
    margin-left: 20px;
  } */
}

@media only screen and (min-width: 1200px) {
  .btn-s {
    width: 120px;
    height: 50px;
  }

  .inbox-staff-branch-img img {
    height: 80px;
  }

  section.main-body-balance {
    font-size: 14px;
  }

  p {
    font-size: 14px;
  }

  th {
    font-size: 14px;
  }

  .box-banknote {
    margin-left: 52px;
    padding-top: 10px;
  }

  .currency-group-img {
    height: 24px;
    width: auto;
  }

  .box-banknote-balance {
    margin-left: 78px;
    padding-top: 10px;
  }

  .inbox-staff-branch-img {
    display: block;
    float: left;
    margin-right: 15px;
    border-radius: 4px;
    overflow: hidden;
  }

  .inbox-staff-branch-img img {
    height: 80px;
  }

  .inbox-staff-detail p.inbox-staff-detail-total a {
    margin-top: -2px;
    color: orange;
    font-size: 16px;
    text-decoration: none !important;
  }
}

.total-foreign-banknote {
  float: right;
  display: inline-flex;
}

div.wrapper-withdraw-btn {
  float: right;
  display: inline-flex;
  margin-top: -40px;
}

div.wrapper-withdraw-btn button {
  margin-left: 5px;
  height: 38px;
}
