* {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Roboto", sans-serif;
  background: #eaf2f8;
}
.base-color {
  color: #1c2833;
}
.head-color {
  color: #34495e;
}
.head-color2 {
  color: #283747;
}
.icon-color {
  color: #f44336;
}
.base-txt {
  font-size: 12px;
}
.base-txt-b {
  font-size: 14px;
  font-weight: bold;
}
.txt-14 {
  font-size: 14px;
}
.txt-18 {
  font-size: 18px;
}
.txt-b-18 {
  font-size: 18px;
  font-weight: bold;
}
.txt-12 {
  font-size: 12px;
}
.txt-b-12 {
  font-size: 12px;
  font-weight: bold;
}
.txt-30 {
  font-size: 30px;
}
.txt-b-30 {
  font-size: 30px;
  font-weight: bold;
}
.txt-20 {
  font-size: 20px;
}
.h-110 {
  height: 110px;
}
.bb-1 {
  border-bottom: 1px solid #eaf2f8;
}
.bt-1 {
  border-top: 1px solid #eaf2f8;
}
.w-100 {
  max-width: 100px;
}
.w-150 {
  max-width: 150px;
}
.w-250 {
  max-width: 250px;
}
.w-300 {
  max-width: 300px;
}
.w-200 {
  width: 200px !important;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.form-control {
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #5d6d7e;
  border: 1px solid #a9cce3;
  font-size: 12px;
  padding: 5px;
  height: 28px;
}
.form-control:focus {
  -moz-box-shadow: 0px 1px 5px 2px rgb(213, 228, 240);
  -webkit-box-shadow: 0px 1px 5px 2px rgb(213, 228, 240);
  box-shadow: 0px 1px 5px 2px rgb(213, 228, 240);
}
select.form-control {
  height: auto !important;
}
.h-79 {
  height: 79%;
}
.login-full-height {
  height: 100vh;
}
.login-left-bg {
  background-image: url(../images/login-bg.jpg);
  background-size: cover;
}
.reg-left-bg {
  background-image: url(../images/reg.jpg);
  background-size: cover;
}
.bg-white {
  background: #fff;
}
.bg2 {
  background: #e4ecf3;
}
.blue-clr {
  color: #2196f3;
}
.blue-clr2 {
  color: #00bcd4;
}
.green-clr {
  color: #28b463;
}
.red-clr {
  color: #f44336;
}
.gray-clr {
  color: #5d6d7e;
}
.white-clr {
  color: #fff;
}
.btn-clr1 {
  background: #f44336;
  color: #fff;
}
.btn.green-bg {
  background: #79ca96;
  color: #fff;
}
.btn.white-bg {
  border: 1px solid #a9cce3;
  color: #5d6d7e;
}
.header {
  background: #fff;
  -moz-box-shadow: 0px 1px 5px 2px rgb(213, 228, 240);
  -webkit-box-shadow: 0px 1px 5px 2px rgb(213, 228, 240);
  box-shadow: 0px 1px 5px 2px rgb(213, 228, 240);
  width: 100%;
  display: inline-block;
  padding: 0;
}
.logo {
  float: left;
}
.header .navbar-nav {
  margin: 0 !important;
}
.menu li a {
  padding: 8px 15px;
  text-decoration: none;
  display: block;
  border-right: 1px solid #eaf2f8;
  text-align: center;
  font-size: 14px;
}
.menu li a i {
  font-size: 16px;
}
.menu li:hover a,
.menu li .menu-active {
  color: #002c49;
  background: #f7fcff;
}
.menu li:first-child a {
  border-left: 1px solid #eaf2f8;
}
.navbar-nav .dropdown-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  border: 1px solid #d6e2ec;
  padding: 0;
  overflow: hidden;
  min-width: 222px;
  -moz-box-shadow: 0px 0px 2px #d6e2ec;
  -webkit-box-shadow: 0px 0px 2px #d6e2ec;
  box-shadow: 0px 0px 2px #d6e2ec;
  -moz-border-radius: 0px;
  border-radius: 0px;
  top: 70px;
}
.dropdown:hover .dropdown-menu {
  visibility: visible !important;
  opacity: 1 !important;
  top: 55px;
}
.navbar-nav .dropdown-menu li {
  list-style: none;
  margin: 0;
}
.dropdown-menu li a {
  font-size: 13px;
  font-weight: normal;
  color: #34495e !important;
  display: block;
  padding: 10px;
  border-bottom: 1px solid #d6e2ec;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #fff !important;
  text-align: left;
}
.dropdown-menu li a:hover {
  color: #000;
  font-weight: bold;
  background: #f7fcff !important;
}
.dropdown-menu li:last-child a {
  border: none;
}

.back-clr1 {
  background: #eaf2f8;
  height: 200px;
}
.wrapper {
  width: 96%;
}
.sales-tabs li {
  list-style: none;
  float: left;
  background: #2196f3;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 5px 20px;
  cursor: pointer;
  color: #fff;
}
.sales-tabs li i {
  margin: 0 0 0 20px;
}
.sales-tabs .active,
.sales-tabs li:hover {
}
.table-list {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #d6e2ec !important;
}
.table-list tr th,
.table-list tr td {
  border: 1px solid #d6e2ec;
  padding: 3px 5px;
  font-size: 12px;
}
.table-list tr th {
  background: #f9fcfe !important;
  border-bottom: none !important;
  -webkit-box-shadow: 0px 2px 0px -1px #d6e2ec;
  -moz-box-shadow: 0px 2px 0px -1px #d6e2ec;
  box-shadow: 0px 2px 0px -1px #d6e2ec;
  padding: 10px 5px;
}
.table-list tr:hover td {
  background: #eaf2f8;
  border: none;
}
.dlt-action {
  visibility: hidden;
}
.table-list tr:hover .dlt-action,
.table-list tr:hover .action {
  visibility: visible;
}
.table-list .txt-box {
  background: #fff;
  border: none;
  width: 100%;
  height: 25px;
  padding: 0 5px;
}
.sale-entr-col {
  height: calc(100vh - 360px);
  overflow-y: scroll;
  border-top: 1px solid #d6e2ec;
  border-bottom: 1px solid #d6e2ec;
}
.purchase-entr-col {
  height: calc(100vh - 435px);
  overflow-y: scroll;
  border-top: 1px solid #d6e2ec;
  border-bottom: 1px solid #d6e2ec;
}
.white-bg {
  background: #fff;
}
.pricecol {
  border: 1px solid #d6e2ec;
  -moz-box-shadow: 0px 1px 5px 2px rgb(213, 228, 240);
  -webkit-box-shadow: 0px 1px 5px 2px rgb(213, 228, 240);
  box-shadow: 0px 1px 5px 2px rgb(213, 228, 240);
  position: absolute;
  bottom: 0;
  z-index: 60;
  width: 100%;
}
.pricecol .form-control {
  height: 30px !important;
  padding: 2px 5px;
}
.disc-txt {
  position: relative;
  right: 1px;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}
.price-det {
  background: #fbfcfc;
  border-top: 1px solid #d6e2ec;
}
.finsh-btn button {
  width: 50%;
  float: left;
  border: none;
  margin: 0;
  padding: 20px 0;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
.finsh-btn button i {
  font-size: 20px;
  padding-bottom: 10px;
}
.finsh-btn .sv-btn {
  background: #2196f3;
}
.finsh-btn .exc-btn {
  background: #2ecc71;
}
.contrl {
  width: 60px;
  position: absolute;
  left: 0px;
  top: 277px;
  background: #fff;
  border: 1px solid #eaf2f8;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}
.contrl .col {
  padding: 10px 0;
  border-bottom: 1px solid #eaf2f8;
}
.contrl i {
  font-size: 15px;
  padding: 0 0 10px 0;
}
.sales-main {
  padding-right: 0;
}
.price-col-main {
  padding-left: 0;
}
.pagination {
  width: 100%;
}
.pagination ul {
  margin: 10px auto;
  display: table;
  background: #fff;
  padding: 5px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.pagination ul li {
  font-size: 14px;
  color: #1c2833;
  float: left;
  list-style: none;
  padding: 5px;
  cursor: pointer;
  font-weight: bold;
}
.login-wrap {
  height: 100vh;
  background: -webkit-linear-gradient(top, #052c56, #0b3a6d);
  background: -moz-linear-gradient(top, #052c56, #0b3a6d);
  background: -ms-linear-gradient(top, #052c56, #0b3a6d);
  background: -o-linear-gradient(top, #052c56, #0b3a6d);
}
.login-col {
  width: 460px;
  position: absolute;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.login {
  background: #fff;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
.login:before {
  content: "";
  width: 100%;
  background: url(../images/login-vector.png) center no-repeat;
  position: absolute;
  height: 97px;
  display: inline-block;
  top: -90px;
  left: 0;
}
.login-form {
  width: 100%;
  font-size: 14px;
  color: #0d4762;
  height: 50px;
  border: none;
  border: 1px solid #eceff1;
  -moz-border-radius: 5px;
  border-radius: 5px 5px 0 0;
  padding: 0 20px;
}
.abslt-icon-right {
  position: absolute;
  right: 20px;
  top: 40px;
  z-index: 2;
  color: #aeb6bf;
  cursor: pointer;
}
.login a:hover {
  text-decoration: underline !important;
  color: #2196f3 !important;
}
.reg_left_pad .login-form {
  padding: 0 20px !important;
}
.btn-group-lg > .btn,
.btn-lg {
  border-radius: 0.2rem !important;
}
.login-col .form-group {
  margin: 0;
  position: relative;
}
.login-col .form-group label {
  font-size: 12px;
  color: rgba(98, 97, 120, 0.5);
}
.log-user:before,
.log-pass:before {
  font-family: "FontAwesome";
  position: absolute;
  left: 35px;
  top: 35%;
  font-size: 14px;
  color: #000;
}
.log-user:before {
  content: "\f2be";
}
.log-pass:before {
  content: "\f084";
}
.login-col p {
  font-size: 12px;
  color: #78909c;
}
.login-col p a {
  color: #78909c;
  text-decoration: none;
}
.login-col .btn {
  margin: 20px 0;
}
.sm-btn {
  padding: 5px 15px;
  font-size: 12px;
  cursor: pointer;
}
.sm-btn i {
  padding-right: 10px;
}
.tabl-pop-list tr td,
.tabl-pop-list tr th {
  font-size: 13px;
}
.tabl-pop-list tr th {
  background: #f9fcfe;
}
.popup {
  border: none;
}
.popup .pop-close {
  position: absolute;
  top: 5px;
  right: 10px;
}
.warnings {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 80;
  height: auto;
  padding: 10px 45px 10px 21px;
}
.warnings .close {
  position: absolute;
  right: -4px;
  top: 0px;
}
.ui-autocomplete {
  width: 200px;
  background: #fff;
  max-height: 200px;
  overflow-y: scroll;
  border: 1px solid #d6e2ec;
}
.ui-autocomplete li {
  font-size: 13px;
  color: #1c2833;
  padding: 3px 5px;
  border-bottom: 1px solid #d6e2ec;
  cursor: default;
}
.ui-autocomplete li:hover {
  background: #f9fcfe;
  font-weight: bold;
}
.editPurchase {
  position: absolute;
  width: 20px;
  right: 0;
  top: 20px;
}
.editPurchase .addSize {
  position: relative;
  top: -5px;
}
.editPurchase .addSize button {
  font-size: 12px;
}
.page-loader {
  width: 100%;
  height: 100vh;
  background: url(../images/loading.gif) no-repeat center
    rgba(255, 255, 255, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2500;
}
.viewSpecific {
  background: #eaf2f8;
}
.invoice-button {
  position: absolute;
  top: 27px;
  right: 22px;
}
.invoice-button i {
  font-size: 12px;
  cursor: pointer;
  color: #333;
}
.time-zone p,
.time-zone span {
  float: left;
  padding: 0 5px;
}
.time-zone {
  margin: 0;
  padding: 10px 10px 0 0;
}
.time-zone ul {
  padding: 0;
  margin: 0;
}
.sales-main {
  max-width: 80%;
}
.price-col-main {
  max-width: 20%;
  flex: 100%;
}
.discount .txt-box {
  width: 50%;
  float: left;
  padding: 0 2px;
}
.ui-widget {
  position: absolute;
}
.dashboard {
  width: 100%;
  height: calc(100vh - 58px);
  background: url(../images/dashboard.jpg) no-repeat bottom #4bb7de;
  background-size: 100%;
  z-index: 600;
  position: relative;
}
.invoice-edit {
  background: #5cb85c !important;
}
.invoice-edit a {
  color: #fff;
}
.cash-payment {
  background: #5bc0de;
  padding: 1px 5px;
  font-size: 11px;
  color: #fff;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.card-payment {
  background: #5cb85c;
  padding: 1px 5px;
  font-size: 11px;
  color: #fff;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.not-paid {
  background: #d9534f;
  padding: 1px 5px;
  font-size: 11px;
  color: #fff;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.pur-frm-main .form-control {
  width: inherit;
}
.max-height {
  height: calc(100vh - 70px);
}

.list-main tr td {
  padding: 5px 10px;
}
.list-main tr th {
  padding: 10px;
}
.action {
  padding: 3px 5px !important;
  background: #d6e2ec;
  display: inline-block;
  width: auto;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin: 1px 2px 0 2px;
  cursor: pointer;
  border: 1px solid #aeb4ba;
  visibility: hidden;
}
.list-main tr:hover .action {
  visibility: visible;
  transition: all 0.4s;
}
.action a,
.action i {
  margin: 0;
  display: block;
  text-decoration: none;
  color: #1c2833;
}
.action:hover {
  background: #ccd8e3;
}
.highcharts-credits {
  display: none !important;
}
.file_brws {
  width: 90px;
  height: 25px;
  background: #2196f3;
  float: left;
  overflow: hidden;
  position: relative;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.file_brws:before {
  content: "Import Data";
  position: absolute;
  font-size: 12px;
  color: #fff;
  left: 12px;
  top: 3px;
}
.file_brws input {
  height: 35px;
  cursor: pointer;
  opacity: 0;
}
.file_brws_btn {
  float: left;
}
.file_brws_btn button {
  width: 25px;
  height: 25px;
  background: #2ecc71;
  border: none;
  cursor: pointer;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  color: #fff;
  font-size: 12px;
  position: relative;
  top: -1px;
}

.ui-autocomplete {
  position: absolute;
  z-index: 1000;
  cursor: default;
  padding: 0;
  margin-top: 2px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.ui-autocomplete > li {
  padding: 3px 5px;
}
.ui-autocomplete > li.ui-state-focus {
  background-color: #ddd;
  font-weight: bold;
}
.ui-helper-hidden-accessible {
  display: none;
}

.log-sucess {
  width: 800px;
  overflow: hidden;
}
.log-sucess .login {
  padding: 90px !important;
}
#loginError {
  text-align: center;
  width: 100%;
  display: block;
  background: #f5b7b1;
  padding: 15px;
}
.base-error {
  font-size: 12px;
  color: #f02a2d;
  box-sizing: border-box;
  padding: 5px 10px;
  z-index: 20;
}

.dash-stock-count {
  width: 100%;
  background: #2196f3;
  text-align: center;
  padding: 30px 0;
}
.dash-stock-count h2 {
  font-size: 20px;
  color: #fff;
}
.dash-stock-count h3 {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
}
.dash-tab {
  border: none;
}
.dash-tab .nav-link {
  background: #f9fcfe;
  box-sizing: border-box;
  border: 1px solid #d6e2ec;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: center;
  outline: none !important;
  -moz-box-shadow: 0px -2px 0px #d6e2ec;
  -webkit-box-shadow: 0px -2px 0px #d6e2ec;
  box-shadow: 0px -2px 0px #d6e2ec;
}
.dash-tab .nav-link.active {
  background: #d6e2ec;
  border: solid 1px #d6e2ec;
}
.dash-tab-cont {
  background: #fff;
  border: solid 1px #d6e2ec;
}
.alert-danger {
  background: #fff;
  color: #d10e0a;
  font-weight: bold;
  left: 50%;
  right: inherit;
  transform: translateX(-50%);
  padding: 15px 45px 15px 21px;
  border: none;
  top: 40px;
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}
.alert-danger:before {
  content: "\f071";
  width: 50px;
  height: 54px;
  display: block;
  background: #f05a5c;
  position: absolute;
  left: -40px;
  top: 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 0 0 5px;
  font-size: 25px;
  font-weight: bold;
  color: #d6100d;
  text-align: center;
  line-height: 56px;
  font-family: "FontAwesome";
}
.alert-danger .close {
  position: absolute;
  right: 10px;
  top: 5px;
  width: 10px;
  height: 10px;
  font-size: 20px;
  padding: 0;
}
.alert-danger {
  animation: pulse 0.8s;
}
@keyframes pulse {
  0% {
    top: -60px;
  }
  100% {
    top: 40px;
  }
}

.modal-content .alert-danger {
  transform: translateX(0%);
  background: #fb5757;
  color: #fff;
  font-weight: normal;
  padding: 5px;
  text-align: center;
  font-size: 14px;
}
.modal-content .alert-danger:before {
  display: none;
}

.file-upload {
  width: 100%;
  height: 70px;
  background: #fff;
  border: 1px dashed #a9cce3;
}
.file-upload:after {
  content: "Upload Logo 600 X 50";
  display: block;
  text-align: center;
  font-size: 14px;
  color: #34495e;
  top: -45px;
  position: relative;
  z-index: 0;
}
.file-brws {
  width: 100%;
  height: 70px;
  cursor: pointer;
  opacity: 0;
  position: relative;
  z-index: 5;
}
.frm-part .form-control {
  height: 35px;
}
.frm-part select.form-control {
  height: 35px !important;
}
.frm-part .custom-control-indicator {
  background: #fff;
  border: 1px solid #b1d1e6;
  width: 20px;
  height: 20px;
  -moz-border-radius: 0;
  border-radius: 0;
}
.prf-btn {
  border: none;
  background: #fff !important;
  margin: 2px 0 0 0;
  outline: none !important;
}
.prf-drop-btn .dropdown-item {
  border-bottom: 1px solid #eceff1;
  padding: 10px;
}
.error-txt-box {
  border: 1px solid #f71e22;
}

.profile {
  width: 800px;
  margin: 110px auto 30px auto;
}
.prof-txt-box {
  width: 100%;
  font-size: 14px;
  color: #34495e;
  border: none;
  box-sizing: border-box;
  font-weight: bold;
  outline: none;
}
.prof-col {
  border-bottom: 1px solid #d4dde4;
  padding: 0;
  padding-bottom: 3px;
}
.prof-col p {
  margin: 0;
}
.prof-head {
  background: #f5f8fb;
  padding: 10px 0 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  border: 1px solid #d8e6f0;
  border-bottom: none;
}
.prof-head ul {
  border-bottom: none;
  padding: 0 0 0 143px;
  box-sizing: border-box;
}
.prof-head ul li a {
  font-size: 14px;
  color: #000;
  font-weight: bold;
  text-align: center;
  padding: 10px 15px;
  margin: 0;
  position: relative;
}
.prof-pic {
  width: 120px;
  height: 130px;
  background: #fff;
  text-align: center;
  position: absolute;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #d8e6f0;
  overflow: hidden;
  top: -85px;
  left: 30px;
}
.prof-pic img {
  display: block;
  height: 130px;
}
textarea.prof-txt-box::-moz-placeholder {
  line-height: 90px;
}
textarea.prof-txt-box::-webkit-input-placeholder {
  padding: 18px 0 0 0;
}
textarea.prof-txt-box:-ms-input-placeholder {
  line-height: 90px;
}
.custom-checkbox .custom-control-indicator {
  background: #fff;
  border: 2px solid #2196f3;
  width: 20px;
  height: 20px;
}

.bs-popover-right {
  left: 20px !important;
}
.popover .popover-header {
  font-size: 14px;
  font-weight: bold;
  color: #34495e;
  background: #e2e8eb;
  padding: 8px;
  margin: 0;
}
.popover .popover-body {
  font-size: 14px;
  padding: 8px;
}
.popover .arrow:before {
  content: "\f0d9";
  font-family: "FontAwesome";
  font-size: 25px;
  color: #cfd8dc;
  display: block;
  position: absolute;
  top: 50%;
  left: -10px;
  line-height: 15px;
}
.base-error2 {
  font-size: 12px;
  color: #ff393c;
}
.logo-brws {
  width: 85px;
  height: 85px;
  border: 1px solid #d8e6f0;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.logo-brws input {
  width: 100%;
  height: 85px;
  opacity: 0;
  position: absolute;
  z-index: 15;
  cursor: pointer;
}
.logo-brws:after {
  content: "\f03e";
  font-family: "FontAwesome";
  display: block;
  text-align: center;
  font-size: 25px;
  color: #7f92a6;
  position: absolute;
  left: 28px;
  top: 25px;
  z-index: 5;
}
.logo-img:after {
  display: none;
}
.logo-img {
  width: 85px;
  height: auto;
}
.logo-img img {
  width: 100%;
}
.logo-img:hover:after {
  display: block;
  color: #fff;
}
.brws-close {
  position: absolute;
  font-size: 15px;
  top: -4px;
  right: 0;
  z-index: 20;
}
.brws-close i {
  color: #34495e;
}

.cash-bx {
  border: 1px solid #dae6ef;
  background: #fff;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 10px 0;
  padding: 15px;
}
.cash-bx p {
  font-size: 11px;
  color: #4c6a7d;
  text-transform: uppercase;
  padding: 0 0 5px 0;
  font-weight: bold;
  margin: 0;
}
.cash-bx h2 {
  font-size: 14px;
  color: #283747;
  font-weight: bold;
  margin: 0;
}
.cash-bx h3 {
  font-size: 12px;
  color: #283747;
  font-weight: bold;
  margin: 0;
  padding: 13px 0;
  text-align: center;
}
.cash-bx h3 a {
  color: #e53935;
  text-decoration: none;
}
.cash-open {
  width: 350px;
  height: auto;
  margin: 30px auto;
  border: 1px solid #5bc0de;
  text-align: center;
  background: #fff;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 1px 2px #5bc0de;
  -webkit-box-shadow: 0px 1px 2px #5bc0de;
  box-shadow: 0px 1px 2px #5bc0de;
  position: relative;
}
.cash-open p {
  font-size: 11px;
  color: #4c6a7d;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  padding: 10px 0;
}
.cash-open p a {
  font-size: 14px;
  color: #283747;
  margin: 0 0 0 10px;
  text-decoration: none;
}
.cash-open p a:hover {
  color: #65b02b;
}
.cash-open:before {
  width: 40px;
  height: 3px;
  background: #91e750;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 45%;
}
.custom-file-control:lang(en)::after {
  content: "" !important;
}
.headtime {
  background: #5cb85c;
  color: #fff;
  padding: 4px 20px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  top: 14px;
  position: relative;
  font-size: 14px;
  font-weight: normal;
}
.blank-col {
  background: #fff;
  border: 1px solid #dae6ef;
  float: left;
  padding: 10px 20px;
}
.top-btn-col {
  float: left;
  padding: 10px 0;
}
.top-btn-col .btn {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 20px 15px;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
}
.srh-brcod-head-view a {
  font-size: 12px;
  color: #34495e;
  padding: 4px 15px;
  border: 1px solid #c8dae3;
  -moz-border-radius: 25px;
  border-radius: 25px;
  text-decoration: none;
}
.srh-brcod-head-view a i {
  padding-right: 5px;
}

.dash-tab {
  padding: 0 15px;
}
.dash-tab .nav-item {
  padding: 0;
}
.srh-brcod-main {
  margin: 20px 0 0 0;
}
.srh-brcod-main table {
  border: 1px solid #d7e7ef;
  border-collapse: collapse;
  background: #ffffff;
}
.srh-brcod-main table tr th,
.srh-brcod-main table tr td {
  border-bottom: 1px solid #d7e7ef;
  padding: 10px;
  font-size: 13px;
  color: #34495e;
  font-weight: normal;
}
.srh-brcod-main table tr th {
  font-weight: bold;
}
.srh-brcod-main table tr:hover td {
  background: #f5fafd;
}
.srh-brcod-head th {
  background: #f7fafd;
}
.srh-brcod-head h2 {
  font-size: 15px;
  color: #34495e;
  padding: 10px 0;
  margin: 0;
}
.srh-brcod-tab {
  background: #f7fafd;
  border: 1px solid #d7e7ef;
  border-bottom: none;
}
.srh-brcod-tab ul {
  margin: 0;
  padding: 10px 10px 0 10px;
}
.srh-brcod-tab ul li {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 12px;
  font-size: 14px;
  color: #34495e;
  cursor: pointer;
}
.srh-brcod-tab ul li.active {
  background: #fff;
  border: 1px solid #d7e7ef;
  border-bottom: none;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.srh-brcod-view2 a {
  font-size: 13px;
  color: #34495e;
  padding: 2px 5px;
  background: #eaf2f8;
  border: 1px solid #aeb4ba;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0;
}
.srh-brcod-view2 a:hover {
  background: #d6e2ec;
}
.srh-brcod-view2 {
  padding: 0 0 0 10px;
}
.barcode-srh-col {
  width: 400px;
  padding-top: 100px;
}
.barcode-srh-col h2 {
  font-size: 18px;
  color: #34495e;
  padding: 10px;
  text-align: center;
}
.barcode-srh-col .form-control {
  height: 40px;
}
input[type="button"],
input[type="submit"],
input[type="file"],
button,
.pointer {
  cursor: pointer;
}

@media (max-width: 1300px) {
  .menu li a {
    padding: 9px 10px;
    font-size: 13px;
  }
  .headtime {
    font-size: 12px;
    padding: 4px 10px;
    top: 16px;
  }
}

@media (max-width: 1150px) {
  .headtime {
    display: none;
  }
  .dash-stock-count {
    padding: 10px 0;
  }
  .price-col-main {
    width: 100% !important;
    padding: 0;
  }
}

@media (max-width: 1000px) {
}

@media (max-width: 990px) {
  .pricecol {
    top: 0;
    position: relative;
  }
  .contrl {
    position: inherit;
    display: inline-block;
    width: 100%;
    top: 0 !important;
    background: none;
  }
  .contrl .col {
    width: 20%;
    float: left;
    background: #fff;
    padding: 10px 0;
    height: 70px;
  }
  .price-col-main {
    height: 650px;
  }
  .pricecol p-4 {
    width: 50% !important;
    float: left;
  }
  .sales-main {
    padding: 15px !important;
  }
  .price-col-main {
    padding: 0 15px !important;
  }
  .sales-entr-wrap {
    overflow: hidden;
  }
}

@media (max-width: 800px) {
  .dash-stock-count {
    border-bottom: 2px solid #eaf2f8;
  }
  .sales-main {
    width: 100% !important;
    max-width: 100%;
    min-width: 100% !important;
    padding: 0;
  }
  .pricecol {
    position: relative;
    top: 0;
  }
  .sale-entr-col {
    height: auto;
  }
  .price-col-main {
    max-width: 100%;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  .container-fluid {
    padding: 0 !important;
  }
}

@media (max-width: 600px) {
  .dlt-action {
    padding: 0;
  }
  .wrapper {
    width: 100%;
  }
  .sale-entr-col {
    height: auto;
    overflow: auto;
  }
}

@media (max-width: 575px) {
  .d_none {
    display: none;
  }
  .login-col {
    width: 340px;
    position: relative !important;
    left: unset !important;
    top: unset !important;
    transform: unset !important;
    padding-top: 40px;
  }
  .login-full-height {
    padding-bottom: 40px !important;
  }
}

@media (max-height: 685px) {
  .pricecol .col-md-12.p-4 {
    padding: 20px 20px 0 20px !important;
  }
  .pricecol .txt-b-30.head-color.pt-3.pb-4 {
    padding: 10px 0 !important;
  }
  .pricecol .col-md-12.p-4.price-det {
    padding: 10px 20px !important;
  }
}

.body-toggle.dark-mode {
  background-color: #121212;
  color: #eaf2f8;
}
.body-toggle.dark-mode .toggle-btn {
  background-color: transparent !important;
  color: #e3e3e3 !important;
  outline: none;
}
.body-toggle.light-mode {
  background-color: #eaf2f8;
  color: #121212;
}
.body-toggle.light-mode button:focus {
  outline: none;
}
.body-toggle.light-mode .toggle-btn {
  background-color: transparent;
  color: #121212;
  font-size: 13px;
}
.body-toggle.dark-mode .header {
  background-color: #272727;
  box-shadow: 0px 1px 5px 2px rgb(0, 0, 0);
}
.body-toggle.dark-mode .dark-logo {
  display: none;
}
.body-toggle.light-mode .light-logo {
  display: none;
}
.body-toggle.dark-mode .menu li:first-child a {
  border-left: 1px solid #3e3e3e;
}
.body-toggle.dark-mode .menu li a {
  border-right: 1px solid #3e3e3e;
  color: #e3e3e3;
  background: #272727;
}
.body-toggle.dark-mode .menu li a:hover {
  background-color: #383838;
}
body-toggle.dark-mode .prf-drop-btn .dropdown-item {
  color: #010101 !important;
}
.body-toggle.dark-mode .prf-btn {
  background-color: transparent !important;
  color: #e3e3e3;
}
.toggle-btn {
  padding: 4px 20px;
  top: 14px;
  position: relative;
  font-size: 13px;
  font-weight: normal;
  border: none;
}
.body-toggle.dark-mode .dropdown-menu li a {
  background: #272727 !important;
  color: rgb(255, 255, 255, 0.6) !important;
  border-bottom: 1px solid #3e3e3e;
}
.body-toggle.dark-mode .navbar-nav .dropdown-menu {
  border: 1px solid #272727;
  box-shadow: 0px 0px 2px #272727;
  background-color: #272727 !important;
}
.body-toggle.dark-mode .dropdown-item:focus,
.body-toggle.dark-mode .dropdown-item:hover {
  background-color: #383838;
}
.body-toggle.dark-mode .dropdown-item {
  color: rgb(255, 255, 255, 0.6) !important;
  border-bottom: 1px solid #3e3e3e;
}
.body-toggle.dark-mode .dash-tab-cont {
  background-color: #1e1e1e;
  border: 1px solid #2e2e2e;
}
.body-toggle.dark-mode .prof-head {
  border: 1px solid #2e2e2e;
  background-color: #2e2e2e;
}
.body-toggle.dark-mode .head-color {
  color: rgb(255, 255, 255, 0.8) !important;
}
.body-toggle.dark-mode .base-color {
  color: rgb(255, 255, 255, 0.5);
}
.body-toggle.dark-mode .prof-txt-box {
  background-color: transparent;
  color: #666;
}
.body-toggle.dark-mode .logo-brws {
  border-color: #2e2e2e;
}
.body-toggle.dark-mode .prof-col {
  border-color: #2e2e2e;
}
.body-toggle.dark-mode .btn-secondary {
  color: #7f92a6;
  background-color: #1e1e1e;
  border-color: #2e2e2e;
}
.body-toggle.dark-mode .table-list {
  border-bottom: 1px solid #2e2e2e !important;
  background-color: #1e1e1e;
}
.body-toggle.dark-mode .table-list tr th {
  background-color: #2e2e2e !important;
  border: 1px solid #3e3e3e;
  box-shadow: none;
  color: rgb(255, 255, 255, 0.5);
}
.body-toggle.dark-mode .table-list tr th a {
  color: rgb(255, 255, 255, 0.5) !important;
}
.body-toggle.dark-mode .table-list tr th a i {
  border-color: rgb(255, 255, 255, 0.5) !important;
}
.body-toggle.dark-mode .table-list tr td {
  border-color: #3e3e3e;
  color: rgb(255, 255, 255, 0.6);
}
.body-toggle.dark-mode .bb-1 {
  border: 1px solid #3e3e3e;
}
.body-toggle.dark-mode .table-list tr:hover td {
  background: rgb(39, 39, 39, 0.8);
  border: 1px solid #3e3e3e;
}
.body-toggle.dark-mode .form-control {
  background: rgb(62, 62, 62, 0.5);
  border: 1px solid #3e3e3e;
  color: rgb(255, 255, 255, 0.4);
}
.body-toggle.dark-mode .form-control:focus {
  -webkit-box-shadow: 0px 1px 5px 2px rgb(46, 46, 46);
  box-shadow: 0px 1px 5px 2px rgb(46, 46, 46);
}
.body-toggle.dark-mode .table-list .txt-box {
  background: rgb(40, 40, 40, 0.1);
  border: 1px solid #3e3e3e;
  color: rgb(255, 255, 255, 0.5);
}
.body-toggle.dark-mode .table-list .action {
  float: right;
  position: unset;
}
.body-toggle.dark-mode .barcode-srh-col h2 {
  color: rgb(255, 255, 255, 0.7);
}
.body-toggle.dark-mode .modal-content {
  background: #2e2e2e;
  box-shadow: 0px 1px 5px 2px #060606;
}
.body-toggle.dark-mode button.close {
  color: rgb(255, 255, 255, 0.9);
}
.body-toggle.dark-mode .prof-pic {
  border: 1px solid #3e3e3e;
  background: #2e2e2e;
}
.body-toggle.dark-mode .nav-tabs .nav-item.show .nav-link,
.body-toggle.dark-mode .nav-tabs .nav-link.active {
  color: rgb(255, 255, 255, 0.6);
  background-color: #272727;
  border-color: #3e3e3e;
}
.body-toggle.dark-mode .prof-head ul li a {
  color: rgb(255, 255, 255, 0.6);
}
.body-toggle.dark-mode .prof-head ul li a:hover {
  border-color: #3e3e3e;
}
.body-toggle.dark-mode .custom-file-control {
  background: rgb(62, 62, 62, 0.5);
  border: 1px solid #3e3e3e;
  color: rgb(255, 255, 255, 0.4);
}
.body-toggle.dark-mode .prof-txt-box option {
  background: #272727 !important;
  color: rgb(255, 255, 255, 0.6) !important;
  border-color: #3e3e3e;
}
.body-toggle.dark-mode .dash-stock-count {
  background: #363636;
}
.body-toggle.dark-mode .dash-tab .nav-link {
  box-shadow: 0px -2px 0px #060606;
  color: rgb(255, 255, 255, 0.8);
  border: 1px solid #2e2e2e;
  background: #363636;
}
.body-toggle.dark-mode .nav-tabs .nav-link:focus,
.body-toggle.dark-mode .nav-tabs .nav-link:hover {
  border-color: #3e3e3e;
}
.body-toggle.dark-mode .dash-tab .nav-link.active {
  color: rgb(255, 255, 255, 0.6);
  background-color: #272727;
  border-color: #3e3e3e;
}
.body-toggle.dark-mode .sale-entr-col {
  border-top: 1px solid #3e3e3e;
  border-bottom: 1px solid #3e3e3e;
}
.body-toggle.dark-mode .white-bg {
  background: #1e1e1e;
}
.body-toggle.dark-mode .price-det {
  background: #1e1e1e;
  border-top: 1px solid #3e3e3e;
}
.body-toggle.dark-mode .pricecol {
  border: 1px solid #3e3e3e;
  -moz-box-shadow: 0px 1px 5px 2px rgb(6, 6, 6);
  -webkit-box-shadow: 0px 1px 5px 2px rgb(6, 6, 6);
  box-shadow: 0px 1px 5px 2px rgb(6, 6, 6);
}
.body-toggle.dark-mode .blank-col {
  color: #ababab;
}
.body-toggle.dark-mode .cash-open {
  -moz-box-shadow: 0px 1px 2px #121212;
  -webkit-box-shadow: 0px 1px 2px #121212;
  box-shadow: 0px 1px 2px #121212;
  background: #282828;
  border: 1px solid #3e3e3e;
}
.body-toggle.dark-mode .cash-open p {
  color: #fff;
}
.body-toggle.dark-mode .cash-open p a {
  color: rgb(255, 255, 255, 0.5);
}
.body-toggle.dark-mode .day-mode {
  display: block;
}
.body-toggle.dark-mode .night-mode {
  display: none;
}
.body-toggle.light-mode .night-mode {
  display: block;
}
.body-toggle.light-mode .day-mode {
  display: none;
}
.font-16 {
  font-size: 16px;
}
.body-toggle.dark-mode .blank-col {
  background: #363636;
  border: 1px solid #3e3e3e;
}
.body-toggle.dark-mode .cash-bx p {
  color: rgb(255, 255, 255, 0.8);
}
.body-toggle.dark-mode .cash-bx h2 {
  color: rgb(255, 255, 255, 0.5);
}
.body-toggle.dark-mode .form-control option {
  background-color: rgb(62, 62, 62, 1);
}
.body-toggle.dark-mode .purchase-entr-col {
  border-top: none;
  border-bottom: none;
}
.body-toggle.dark-mode .btn.white-bg {
  border: 1px solid #3e3e3e;
  color: #979797;
}
.body-toggle.dark-mode .btn-primary {
  color: rgb(255, 255, 255, 0.7);
  background-color: rgb(2, 90, 165, 0.5);
  border-color: rgb(1, 84, 155, 0.5);
}
.body-toggle.dark-mode .finsh-btn .sv-btn {
  background: rgb(33, 150, 243, 0.5);
}
.body-toggle.dark-mode .sales-tabs li {
  background: rgb(33, 150, 243, 0.5);
}
.body-toggle.dark-mode .invoice-edit {
  background: rgb(92, 184, 92, 0.5) !important;
}
.body-toggle.dark-mode .btn-success {
  background-color: rgb(92, 184, 92, 0.5);
  border-color: rgb(92, 184, 92, 0.5);
}
.body-toggle.dark-mode .btn-info {
  background-color: rgb(91, 192, 222, 0.6);
  border-color: rgb(91, 192, 222, 0.6);
}
.body-toggle.dark-mode .finsh-btn .exc-btn {
  background: rgb(46, 204, 113, 0.5);
}
.body-toggle.dark-mode .btn.green-bg {
  background: rgb(121, 202, 150, 0.5);
}
.body-toggle.dark-mode .btn-danger {
  background-color: rgb(217, 83, 79, 0.5);
  border-color: rgb(217, 83, 79, 0.5);
}
.body-toggle.dark-mode .highcharts-background {
  fill: #010101;
}
.body-toggle.dark-mode .highcharts-container text {
  color: #9c9c9c !important;
  fill: #9c9c9c !important;
}
.body-toggle.dark-mode .highcharts-container .highcharts-axis-line,
.body-toggle.dark-mode .highcharts-container .highcharts-tick {
  stroke: #3e3e3e;
}
.body-toggle.dark-mode .highcharts-label tspan {
  stroke: transparent;
  font-family: Arial;
  letter-spacing: 1px;
  font-weight: normal;
}
.body-toggle.dark-mode .highcharts-legend-item rect {
  fill: #9c9c9c;
}
.body-toggle.dark-mode .btn,
.body-toggle.light-mode .btn {
  transition: none;
}
.body-toggle.dark-mode .error-color td,
.body-toggle.light-mode .error-color td {
  color: #d95858 !important;
}
.body-toggle.dark-mode .page-loader {
  background: url(../images/loading.gif) no-repeat center rgba(0, 0, 0, 0.7);
}
.body-toggle.dark-mode .viewSpecific {
  background: rgb(46, 46, 46, 0.5);
}
.body-toggle.dark-mode .tabl-pop-list tr th {
  background: rgb(46, 46, 46, 0.5);
  border-top: rgb(46, 46, 46, 0.5);
}
.body-toggle.dark-mode .tabl-pop-list tr td {
  border-top: rgb(46, 46, 46, 0.5);
}
.fa-print {
  padding-right: 5px;
}
.body-toggle.dark-mode .dlt-action {
  position: unset;
  float: right;
}
.body-toggle.dark-mode .cash-bx {
  border: 1px solid #3e3e3e;
  background: #282828;
}
.body-toggle.dark-mode .datepicker.dropdown-menu {
  background-color: #333;
  color: #ffffffb4;
}
.body-toggle.dark-mode .datepicker-dropdown.datepicker-orient-bottom:after {
  border-top: 6px solid #333333;
}
.body-toggle.dark-mode .datepicker-dropdown.datepicker-orient-bottom:before {
  border-top: 7px solid #2e2e2e;
}
.body-toggle.dark-mode .datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #272727;
}
.body-toggle.dark-mode .datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #272727;
}
.body-toggle.dark-mode .datepicker-dropdown:after {
  border-bottom: none;
}
.body-toggle.dark-mode .datepicker table tr td span:hover {
  background: #272727;
}
.body-toggle.dark-mode .highcharts-yaxis-grid .highcharts-grid-line {
  stroke: #3e3e3e;
}
.body-toggle.dark-mode
  .select2-container--default
  .select2-selection--multiple {
  background-color: #313131 !important;
}
.body-toggle.dark-mode
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #13223a;
  border: 1px solid #171a31;
}
.body-toggle.dark-mode .dropdown-wrapper {
  color: #13223a;
  font-size: 12px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  font-size: 12px;
}
.select2-container--default .select2-results > .select2-results__options {
  font-size: 12px;
}
.body-toggle.dark-mode
  .select2-container--default
  .select2-results
  > .select2-results__options {
  color: #000;
}
