/* 
    Created on : 31-Dec-2015, 16:07:38
    Author     : Amir <amirsanni@gmail.com>
*/
/*
    Edited by: Sammy NIYONIZERA
    Edited by: nisammy40@gmail.com
*/

/* Set height of the grid so .sidenav can be 100% (adjust as needed) */
.row.content {
  height: 100vh;
}

/* Set background color and 100% height */
.sidenav {
  background-color: #f1f1f1;
  height: 100%;
}

/* On small screens, set height to 'auto' for the grid */
@media screen and (max-width: 767px) {
  .row.content {
    height: auto;
  }
}

/* Remove the navbar's default margin-bottom and rounded borders */
.navbar {
  margin-bottom: 0;
  border-radius: 0;
}

/* Add background color and some padding to the footer */
footer {
  background-color: #f2f2f2;
  padding: 25px;
}

.pointer {
  cursor: pointer
}

.pwell {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

body {
  background-color: #fff;
  font-size: 12px;
  font-family: monospace
}

.errMsg {
  color: red;
  font-size: 10px
}

.infoMsg {
  color: lightblue;
  font-size: 10px
}

.custDetail {
  height: auto;
  background-color: #fff
}

.trans-receipt {
  height: auto;
  background-color: #fff
}

.scroll {
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: scrollbar;
}

.scroll::-webkit-scrollbar {
  width: 12px;
}

.scroll::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
}

.scroll::-webkit-scrollbar-thumb {
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.5);
  background-color: #C8D1E1;
}

.latestStuffsBody {
  font-size: 3em;
  color: #fff;
  height: 100px;
}

.latestStuffsText {
  font-size: 15px
}

.navbarIcons {
  color: #337ab7;
  font-size: 16px
}


.box .box-header:before,
.box .box-header:after {
  display: table;
  content: " ";
}

.box .box-header:after {
  clear: both;
}


.box .box-header .box-title {
  display: inline-block;
  padding: 15px;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  float: left;
  cursor: default;
  color: #FFFFFF;

}

.box .box-body {
  padding: 15px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-height {
  max-height: 300px;
}

.margin-top-5 {
  margin-top: 5px;
}

.panel-hash>.panel-heading {
  color: #fff;
  background-color: #333;
}

.panel-hash>.panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

.custom-active {
  background-color: #333;
}

.damg {
  position: relative;
  left: 60%;
}

.creditSale {
  margin-top: 5px;
}

.creditSale-div {
  display: flex;
}

input#creditSaleCheck {
  margin: 0;
}

.creditSale-div label {
  margin-top: 5px;
  margin-left: 5px;
}

.creditSale-inputs {
  width: calc(100% - 40px);
  margin-left: 40px;
}

.ind_item_model {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #00000085;
  display: flex;
  justify-content: center;
  min-height: 100vh;
  overflow: auto;
  z-index: 2;
}

.ind_item_content {
  max-width: 600px;
  width: 100vw;
  min-height: 90%;
  background: #fff;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  height: max-content;
}

.ind_item_content_inner {
  width: calc(100% - 30px);
  margin: 15px;
}

.ind_item_content_h {
  display: flex;
  flex-direction: column;
}

.ind_item_content_h_close {
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-bottom: 2px solid #e3e3e3;
}

.ind_item_content_h_close span {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.ind_item_content_h_c_img {
  width: 50%;
}

.ind_item_content_h_c_meta_i {
  margin-bottom: 10px;
}

.ind_item_content_h_c {
  display: flex;
  min-height: 230px;
}

.ind_item_content_h_c_meta {
  width: 50%;
}

figure.ind_item_content_h_c_img_h {
  width: calc(100% - 20px);
  margin: 10px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1.4;
}

.ind_item_content_h_c_img_h img {
  width: 100%;
}

.btn i {
  margin-right: 5px;
}

.row.big-branchNmae {
  border: 1px solid lightgray;
  width: calc(100%);
  margin: auto;
  margin-bottom: 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.big-branchNmae-h2 i {
  margin-right: 10px;
}

.panel.form-group-sm.damnmn {
  margin-top: 10px;
}

.ac-customer-placeholder {
  position: absolute;
  bottom: auto;
  background: #fff;
  z-index: 2;
  box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 0.06), 0px 1px 1px -0.5px rgb(0 0 0 / 0.06), 0px 3px 3px -1.5px rgb(0 0 0 / 0.06), 0px 6px 6px -3px rgb(0 0 0 / 0.06), 0px 12px 12px -6px rgb(0 0 0 / 0.06), 0px 24px 24px -12px rgb(0 0 0 / 0.06);
  width: calc(100% - 30px);
}

.ac-customer-placeholder-i {
  display: flex;
  flex-direction: column;
  width: calc(100%);
  padding-inline: 10px;
  padding-block: 4px;
  border-bottom: 1px solid #e3dddd;
  cursor: pointer;
}

span.ac-customer-placeholder-ip {
  color: #7e7e7e;
  font-size: smaller;
}

.ac-customer-placeholder-i:hover {
  background: #f7f7f7;
}

.new-user-btn-trs {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 40px;
  align-items: center;
  color: blue;
}

.custom-alert {
  position: fixed;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1050;
  /* Higher than Bootstrap modal */
}