@font-face {
  font-family: "Sarabun";
  src: url("../Font/Sarabun-Regular.ttf");
  src: url("../Font/Sarabun-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Sarabun";
  src: url("../Font/Sarabun-Bold.ttf");
  src: url("../Font/Sarabun-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: bold;
}
button.focus,
button:focus {
  outline: 0;
  box-shadow: none !important;
}

html,
body {
  font-family: "Sarabun", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  overflow: auto !important;
}

.overflow-menu {
  overflow-y: auto !important;
  height: 100% !important;
}

.gm-style {
  font-family: "Sarabun", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

.div-absolute {
  position: absolute;
  bottom: 30px;
  left: 10px;
}

.div-chk {
  background-color: white;
  width: 170px;
  height: 500px;
  padding: 10px;
  border-radius: 5px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}

.text-list {
  padding-left: 5px;
  margin-bottom: 0px !important;
}

.div-flex {
  display: flex;
  align-items: center;
}

.button-clear {
  border-radius: 5px;
  background: #aaa;
  padding: 5px 10px;
  text-align: center;
  margin-bottom: 10px;
  cursor: pointer;
  color: white;
}

.form-control-overwrite {
  height: calc(1.5em + 0.75rem + 8px);
}

.form-control-overwrite > input {
  height: calc(1.5em + 0.75rem + 8px);
}

.h-btn-clear {
  height: calc(1.5em + 0.75rem + 2px);
}

.img-logo {
  width: 60px;
  padding: 18px;
}

.img-logo-font {
  width: 60px;
  padding: 18px;
  font-size: 30px;
}

.img-logo-sub {
  width: 45px;
  padding: 14px;
}

.img-info {
  width: 35px;
  padding: 10px;
}

.text-edit {
  color: blue;
  cursor: pointer;
}

.text-edit:hover {
  color: blue;
  cursor: pointer;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0.5;
  display: none;
}

.modal-header {
  border-bottom: 0px !important;
}

.modal-footer {
  border-top: 0px !important;
}

.div-search {
  position: absolute;
  width: 300px;
  top: 30px;
  left: 10px;
}

.div-search-driver{
  position: absolute;
  width: 300px;
  top: 30px;
  left: 10px;
  background-color: red;
}
.div-button-add {
  position: absolute;
  /* width: 300px; */
  top: 30px;
  right: 20px;
}

.div-button-cancel-edit {
  position: absolute;
  /* width: 300px; */
  top: 30px;
  right: 20px;
}

.div-button-add-deliver {
  position: absolute;
  /* width: 300px; */
  top: 30px;
  right: 20px;
}

.font-bold {
  font-weight: bold;
}

.div-draw {
  position: absolute;
  width: auto;
  bottom: 30px;
  left: 300px;
}

.div-draw-delivery {
  position: absolute;
  width: auto;
  bottom: 30px;
  left: 300px;
}
.pencil-btn {
  width: 38px;
  background-color: white;
  padding: 0px;
  border: 1px solid #c7c7c7;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  cursor: pointer;
  border-right: none;
  height: 31px;
}

.pencil {
  width: 38px;

  padding: 5px 10px;

  cursor: pointer;
  height: 30px;
}

.eraser {
  width: 38px;
  background-color: white;
  padding: 5px 10px;
  border: 1px solid #c7c7c7;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  cursor: pointer;
  height: 30px;
}

.reset {
  font-size: 10px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-color: #ea7600;
  color: white;
  border-radius: 3px;
  margin-left: 10px;
  padding: 7px 10px;
}

.open .menu-open {
  display: flex !important;
}

.menu-icon {
  padding: 18px;
  cursor: pointer;
  width: 60px;
}

.menu-icon-logo {
  padding: 6px;
  cursor: pointer;
  width: 60px;
}

.menu-icon-logo-picture {
  padding: 6px;
  cursor: pointer;
  width: 60px;
  border-radius: 30px;
}

.menu-open {
  width: 210px;
  display: none;
}

.menu-list {
  cursor: pointer;
}

.menu-bottom {
  position: fixed;
  bottom: 0;
}

.arrow-left {
  width: 24px;
}

.open .menu-list:hover {
  /* background: url(../img/bangchak_hover.png) no-repeat scroll left; */
  /* background-size: 100% 100%; */
}

.user-name {
  font-weight: bold;
}

.user-email {
  font-size: 12px;
}

.open {
  min-width: 270px !important;
  background-size: 100% 100% !important;
}

.input-search {
  background: url(../img/search.png) no-repeat scroll 10px 6px;
  padding-left: 40px;
  background-color: white;
  background-size: 24px auto;
  font-size: 15px;
}

.input-search::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c7c7c7;
  opacity: 1;
  /* Firefox */
}

#div-login,
#div-logout {
  /* height: calc(100% - 180px); */
  width: 60px;
}

.open #div-login,
#div-logout,
#div-layer {
  /* height: calc(100% - 180px); */
  width: 300px;
}

.header-menu {
  font-size: 20px;
}

.div-menu {
  width: 60px;
  position: relative;
  min-height: 100%;
  background: url(../img/bg-menu-expand-web.png) no-repeat scroll left;
  background-size: auto 100%;
  /* background: url(../img/bg-menu-expand-web.png) no-repeat scroll left;
  background-size: auto 100%; */
}

.div-main {
  /* width: calc(100% - 60px); */
  width: calc(100% - 0px);
  position: relative;
  height: 100%;
}

.div-input-search {
  position: relative;
}

.div-option {
  background-color: white;
  border: 1px solid #ced4da;
  border-radius: 3px;
  margin-top: 5px;
  display: none;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.pencil-active {
  background-color: #eee !important;
}

.pencil-disabled {
  background-color: #b5b2b2 !important;
}

.option-search {
  padding: 5px;
  font-size: 13px;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.option-search:hover {
  background-color: #ced4da;
  cursor: pointer;
}

.text-color-theme {
  color: black !important;
}

/* Login page */
.bg-login {
  /* width: 60px; */
  position: relative;
  height: 100%;
  background: url(../img/Bangchak_Login_bg.png) no-repeat scroll left;
  background-size: 100% 100%;
}

.text-title-login {
  color: #ea7600;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

.input-login-username {
  background: url(../img/username.png) no-repeat scroll 10px 16px;
  padding-left: 40px;
  background-color: white;
  background-size: 24px auto;
  font-size: 15px;
  width: 70%;
  height: 60px;
  /* border:0; */
}

.input-login-password {
  background: url(../img/password.png) no-repeat scroll 10px 16px;
  padding-left: 40px;
  background-color: white;
  background-size: 24px auto;
  font-size: 15px;
  width: 70%;
  height: 60px;
  /* border:0; */
}

.input-login-username::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a9abaa;
  opacity: 1;
  /* Firefox */
}

.input-login-password::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a9abaa;
  opacity: 1;
  /* Firefox */
}

.btn-login {
  background-color: #ea7600;
  color: white;
  cursor: pointer;
  width: 50%;
  border-radius: 50px;
  height: 65px;
}

.text-error {
  color: red;
  text-align: center;
}

.btn-secondary {
  background-color: white !important;
  color: black !important;
  border: 0px !important;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5);
  min-width: 75px;
  justify-content: center;
}

button .btn-secondary.focus, .btn-secondary:focus{
  border: 0px !important;
  -webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
  -moz-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.btn-primary {
  background-color: #f3c75d !important;
  color: black !important;
  border: 0px !important;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5);
  min-width: 75px;
  justify-content: center;
}

.btn-primary:disabled {
  background-color: gray !important;
  color: black !important;
  border: 0px !important;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5);
}

.btn-clear {
  background-color: #ffffff !important;
  color: black !important;
  border: 0px solid transparent !important;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0);
  min-width: 75px;
  justify-content: center;
}

.cursor-pointer {
  cursor: pointer;
}

.footer-info {
  background-color: #f3c75d;
  /* padding: 5px 5px; */
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.main-info {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.paper-approve {
  padding: 2rem;
  box-shadow: 0 3px 8px rgb(148, 148, 148);
}
.paper-approve2 {
  padding: 2rem;
  box-shadow: 0 3px 8px rgb(148, 148, 148);
}

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

.width-select-main {
  width: 80% !important;
}
.delivery-row .width-select-main {
  width: 95% !important;
}

.button-right {
  display: flex;
  margin-left: auto;
  align-items: center;
}

.btn-back {
  width: 100px;
  cursor: pointer;
  color: #736f6f;
}

.border-footer {
  border-top: 1px #736f6f solid;
  height: 5px;
  margin-top: 1rem;
}

.min-h-100 {
  width: calc(100% - 60px);
  position: relative;
  min-height: 100%;
}

.div-dashboard {
  width: 100%;
  position: relative;
  min-height: 100%;
}

.min-h-170 {
  min-height: 170% !important;
}

.padding-paging-table {
  padding-top: 15px;
  padding-bottom: 15px;
}

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

.bg-color-error {
  background-color: #ffebee !important;
}

table.dataTable thead th {
  border-bottom: 0;
}

table.dataTable tfoot th {
  border-top: 0;
}

.img-download {
  width: 25px;
}

.width-datepicker-main {
  width: 180px !important;
}

.icon-datepicker {
  font-size: 18px;
  margin-right: 43px;
  /* color:#414141; */
}

.input-group-append {
  max-height: 38px;
}

.border-0 {
  border: 0px !important;
}

.button-upload {
  width: 200px;
  height: 50px;
}

.width-tab-menu {
  width: 150px;
  height: 50px;
}

.tab-active {
  background-color: #f3c75d !important;
  border: 0px;
}
.tab-disable {
  border: 1px solid rgba(0, 0, 0, 0.125);
  background-color: #e9ecef;
  cursor: pointer;
}

.tab-unactive {
  border: 1px solid rgba(0, 0, 0, 0.125);
  cursor: pointer;
}

.flex-direction-row {
  flex-direction: row !important;
}

.paper-add-delivery {
  min-width: 200px;
  max-width: 450px;
}

.paper-add-delivery-info {
  min-width: 200px;
  max-width: 450px;
}

.radio-label-height {
  min-height: 45px;
}

.color-red {
  color: red;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #a94442;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

.img-icon-info {
  width: 20px;
}

.dash-button {
  border: 1px dashed black;
  width: 100%;
  text-align: center;
  color: black;
}

.dash-button-disabled {
  border: 1px dashed gray;
  width: 100%;
  text-align: center;
  color: gray !important;
}

.height-30px {
  height: 30px;
}

.d-none {
  display: none !important;
}

.div-top {
  /* max-height: calc(100% - 180px); */
  /* max-height: -moz-calc(100% - 180px);
  max-height: -webkit-calc(100% - 180px);
  max-height: calc(100% - 180px); */
  max-height: 100%;
  overflow-x: auto;
 
}

/* Hide scrollbar for Chrome, Safari and Opera */



.div-login {
  /* max-height: -moz-calc(100% - 180px);
  max-height: -webkit-calc(100% - 180px);
  max-height: calc(100% - 180px); */
  max-height: 100%;
  overflow-x: auto;
  -ms-overflow-style: none !important;  /* IE and Edge */
  scrollbar-width: none !important;  /* Firefox */
}

.div-login::-webkit-scrollbar {
  display: none !important;
}
/* @-webkit-keyframes fadeIn {
  from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes fadeIn {
  from { opacity: 0; }
    to { opacity: 1; }
}

.bg-test-show{
  background-color: red;
  z-index: 1500;
  width:100%;
  height: 100%;
  position: absolute;
  display: block;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}


.bg-test-hide{
  background-color: red;
  z-index: 1500;
  width:100%;
  height: 100%;
  position: absolute;
  display: none;

} */

.size-gallery {
  width: 100px;
  height: 100px;
  padding: 10px;
}
.bg-icon-delete-picture {
  /* border-radius: 30px; */
  /* background-color: red; */
  width: 25px;
  height: 25px;
  text-align: center;
  position: absolute;
  right: 0;
}

.icon-delete-picture {
  padding: 6px;
  cursor: pointer;
  width: 30px;
  height: 30px;
}

.image-full-preview {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border: 1px solid black;
  padding: 10px;
  z-index: 2000;
  max-width: 80%;
  max-height: 80%;
}

.text-data-new {
  color: skyblue;
}
#nav-menu .row {
  margin-left: 0;
}
#add-customer-btn,
#add-delivery-btn,
#search-btn,
#clear-btn,
#calculate-btn {
  background-color: #f3c75d;
}

.btn-primary-orange{
  background-color: #f3c75d;
}
#search-input {
  width: 200px;
  padding-left: 40px;
  font-size: 14px;
  height: 100%;
}
#add-zone-select #zone_select {
  width: 100%;
  height: 100%;
}
#zone_select {
  width: 160px;
  height: 100%;
}
#customer-select,
#subDistrict-select,
#district-select,
#sales-select,
#add-customer-btn {
  width: 140px;
}
#status-select,
#district-select {
  width: 110px;
}
#confirm-disable {
  cursor: auto;
}
#search-box {
  height: 43px;
  padding-top: 4px;
}
#search-box img {
  position: absolute;
  top: 11px;
  padding-left: 7px;
}
#delivery-nave-menu {
  height: 100%;
}
#close-file-name {
  padding-left: 5px;
}

.image-full-preview {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border: 1px solid black;
  padding: 10px;
  z-index: 2000;
  max-width: 80%;
  max-height: 80%;
}

.text-data-new {
  color: skyblue;
}

.map_old {
  height: 500px;
  width: 70%;
}

.map_current {
  height: 500px;
  width: 70%;
}

.min-width-info {
  min-width: 400px;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.switch.mini {
  width: 30px;
  height: 17px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider.mini:before {
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
}

input:checked + .slider {
  background-color: #2196f3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
input:checked + .slider.mini:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round.mini {
  border-radius: 17px;
}

.slider.round:before {
  border-radius: 50%;
}

.switch .slider .active,
.inactive {
  position: absolute;
  top: 16px;
  font-size: 10px;
  color: #666666;
}
.switch .slider .active {
  display: none;
}
.swith .slider .inactive {
  display: block;
}

input:checked + .slider > .active {
  display: block;
}
input:checked + .slider > .inactive {
  display: none;
}

.pending-text {
  color: #53a4f1;
}

.approve-text {
  color: #3abf31;
}

.reject-text {
  color: #cf1b1b;
}
.min-100-col {
  min-width: 100px;
}

.min-150-col {
  min-width: 150px;
}

.min-200-col {
  min-width: 200px;
}

.table-scrollbar {
  overflow-x: auto;
  overflow-y: auto;
}

.table-scrollbar::-webkit-scrollbar {
  -webkit-appearance: none;
}

.table-scrollbar::-webkit-scrollbar:vertical {
  width: 11px;
}

.table-scrollbar::-webkit-scrollbar:horizontal {
  height: 11px;
}

.table-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white; /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, 0.5);
}

.max-100-col {
  width: 100px;
}

.ellipsis-50 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 50px;
}
.ellipsis-100 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100px;
}

.ellipsis-150 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 150px;
}

.ellipsis-200 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 200px;
}

table.dataTable .selected {
  background-color: transparent !important;
}

table.dataTable .odd {
  background-color: #f2f2f2 !important;
}
.ellipsis-50 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 50px;
}
.height-chart {
  height: 250px;
}

.h-20 {
  height: 10%;
}

.select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0px;
}

.chart-title {
  font-size: 12px !important;
  line-height: 1em !important;
}

.dashboard-font {
  font-size: 12px !important;
  line-height: 1em !important;
}

.modalDialog .modal-dialog {
  height: 100%;
  vertical-align: middle;
}
.modalDialog .modal-body {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.modalDialog .modal-body > .modalDialog_icon {
  width: 110px;
  height: 110px;
}
.modalDialog .modal-body > .modalDialog_msg {
  font-size: 18px;
  margin-top: 20px !important;
}

.modal-dialog.w-25,
.modal-dialog.w-50,
.modal-dialog.w-75,
.modal-dialog.w-100 {
  max-width: none !important;
}

#modalUploadErrorStatus_title {
  font-weight: bold;
  padding-top: 15px;
}
#modalUploadErrorStatus_subtitle {
  padding-left: 40px;
  padding-top: 20px;
  padding-bottom: 10px;
}
.extend-length {
  width: 200px;
}

.div-number-dashboard {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
}
.size-number {
  font-size: 2.0rem;
}
.size-number-sale{
  font-size: 3.5rem;
}

.map_customer {
  height: 100%;
  width: 100%;
}


.root-loading {
  /* display:flex; */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.active-status .true-status::before {
  content: "Active";
  color: #2ebc27;
}
.active-status .false-status::before {
  content: "Inactive";
  color: #ce1818;
}

.checkin-dashboard {
  /* max-height: 10%; */
  max-height: -moz-calc(100% - 50px);
  max-height: -webkit-calc(100% - 50px);
  max-height: calc(100% - 50px);
}

.sale-checkin-dashboard {
  /* max-height: 10%; */
  max-height: -moz-calc(23vh - 20px);
  max-height: -webkit-calc(23vh - 20px);
  max-height: calc(23vh - 20px);
  min-width: 21vh;
}

.fix-width {
  width: 170px;
}
.btn-disabled {
  opacity: 0.6;
  cursor: default;
}

.limited-width {
  width: 160px;
  height: 100%;
}
span.tooltip-inner {
  max-width: none;
  white-space: nowrap;
}

.w-30 {
  width: 30% !important;
}
.w-20 {
  width: 20% !important;
}
.w-10 {
  width: 10% !important;
}

.w-150px{
  width:150px !important;
}
.w-200px{
  width:200px !important;
}
.h-search {
  height: 38px !important;
}

.border-paging {
  border: 1px black solid;
}
.width-select-paging {
  width: 75px;
}
.height-50px{
  height: 50px !important;
  max-height : 50px !important;
}
.width-btn-clear{
  width:120px !important;
}
.overflow-autocomplete{
  overflow-y: auto !important;
  max-height:400px !important;
}

.h-37px{
  height:37px !important;
}


.height-20px{
  height:20px !important;
}
.card-nodata{
  min-height: 150px;
    max-height: 150px;
    align-items: center !important;
    justify-content: center!important;
}
.dialog-shipping{
  max-width: 1000px !important;
}

.span-height{
  min-height: 48px !important;
}

.w-300px{
  width:300px;
}


.h-title-dashboard{
  height:30px;
}


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

.h-31px{
  height:28px !important;
}

.chart-75{
  width:100% !important;
  height: 85% !important;
}

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

.chart-saleorder{
  height: 80% !important;
}
.chart-newcustomer{
  height: 80% !important;
}


.form-control{
  font-size:12px !important;
}

.h-80{
  height:80% !important;
}
.h-70{
  height:70% !important;
}
.h-75{
  height:75% !important;
}
.h-85{
  height:85% !important;
}
.h-70{
  height:95% !important;
}
.min-width-info{
  min-width: 400px !important;
}

.h-graph-sales {
  height:115% !important;
}
.width-dashboard{
  /* width: calc(100% - 60px); */
  position: relative;
  min-height: 100%;
}


