body {
    background: url("../images/bg.jpg") no-repeat #cdcdd1;
    background-size: cover;
    font-family: 'Noto Sans', 'Segoe UI', 'sans-serif';
}
.container {
    max-width: 620px;
}
#mainPanel h1, #mainPanel2 h1 {
    color: #475f71;
    margin: 25px auto 50px;
    text-align: center;
}
#mainPanel a {
    color: #fff;
    display: block;
    overflow: hidden;
    border-radius: 9px;
    width: 100%;
}
#mainPanel .m6 a:first-child {
    margin-bottom: 22px;
}
#order {
    background-color: #02c0fe;
    font-size: 30px;
    padding: 30px 15px;
    text-align: center;
    line-height: normal;
    margin-bottom: 0 !important;
}
#otherWrapper, #otherWrapper2 {
    display: none;
}
.sub a {
    font-size: 30px;
    line-height: 2;
    padding: 13px 15px;
}
.sub i {
    display: block;
    float: left;
    line-height: normal;
    margin-right: 5px;
}

#add {
    background-color: #fe846a;
}
#edit {
    background-color: #fe9a64;
}
#edit i {
    font-size: 40px;
    margin: 8px 10px;
}
#dues {
    background-color: #bfaa6b;
}
#GExpenses
{
  background-color: burlywood;  
}
#MInvoices
{
  background-color: #00a651;  
}
#expenses {
    background-color: #00a651;
}
#reports {
  background-color: #58A5AA;
}
#mainPanel a:hover, #mainPanel a:focus, #mainPanel a:active {
  background-color: #f5f5f5;
  box-shadow: 0 10px 10px #fff inset, 0 10px 15px #bbb;
  transform: scale(1.05);
  transition: all 0.2s ease-out 0s;
  color: #475f71;
}
#mainPanel a:nth-child(2n-1):hover,
#mainPanel a:focus,
#mainPanel a:active {

  transform: scale(1.05);
}
.input-field {
    margin-top: 1.5rem;
}
#addstockResults {
    margin-top: 15px;
}
.input-field label {
    left: 0;
}
.row label {
  left: 0.75rem;
}
.remove-product {
    border-radius: 100%;
    line-height: normal;
    padding: 0 2px;
    /*visibility: hidden;*/
}
#orderResults .light-green:hover .remove-product {
    /*visibility: visible;*/
}
#loader {
    display: none;
    position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1500;
  background-color: rgba(255,255,255,.8);
}
#loader img {
      display: block;
  margin: 15% auto 0;
  box-shadow: 0px 0px 100px #fff,0px 0px 100px #fff,0px 0px 100px #fff,0px 0px 50px #fff;
  padding: 10px;
  border-radius: 100%;
  background-color: #fff;
}
#settings {
  position: absolute;
  top: 1%;
  right: 1%;
}
.checkoutWrapper {
    background: url("../images/paper.jpg") #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    padding: 10px 3%;
}

strong {
    font-weight: bold;
}
.checkoutWrapper .responsive-table.hoverable input[type="text"],
#stocksTable input[type="text"] {
  height: auto !important;
  margin: 0 !important;
/*  width: 160px;*/
  text-align: center;
  border-bottom-color: transparent !important;
  cursor: pointer;
  line-height: unset;
}
.checkoutWrapper .responsive-table.hoverable input[type="text"]:hover,
#stocksTable input[type="text"]:hover {
    background-color: #fff;
    box-shadow: 0 1px 0 #26a69a;
}
.checkoutWrapper .responsive-table.hoverable input[type="text"]:focus,
.checkoutWrapper .responsive-table.hoverable input[type="text"]:active,
#stocksTable input[type="text"]:focus,
#stocksTable input[type="text"]:active {
    cursor: auto;
}
#head { border-bottom: 1px solid #ddd; margin-bottom: 30px; padding-bottom: 15px;}
#head h4 { text-transform: uppercase; margin-top: 30px;}
#customerInvoice {margin-bottom: 30px;}
#customerinfoReturned h5 {margin-bottom: 0;}
#customerinfoReturned p {margin-top: 5px;}
.checkoutWrapper th:nth-child(1) {width: 3%;}
.checkoutWrapper th:nth-child(2) {width: 20%;}
.checkoutWrapper th:nth-child(3) {width: 10%;}
.checkoutWrapper th:nth-child(4) {width: 10%;}
.checkoutWrapper th:nth-child(5) {width: 10%;}
.checkoutWrapper th:nth-child(5) {width: 10%;}

.checkoutWrapper.returns th:nth-child(1) {width: 3%;}
.checkoutWrapper.returns th:nth-child(2) {width: 40%;}
.checkoutWrapper.returns th:nth-child(3) {width: auto;}
.checkoutWrapper.returns th:nth-child(4) {width: auto;}
.checkoutWrapper.returns th:nth-child(5) {width: auto;}
.checkoutWrapper.returns th:nth-child(5) {width: auto;}
.checkoutWrapper.returns th:nth-child(7) {width: 10%;}
.checkoutWrapper.returns th:nth-child(8) {width: 10%;}
#grandtotal{font-weight: bold;}
.border-top {border-top:1px solid #ddd;}
#stockTable .checkoutWrapper .responsive-table.hoverable input[type="text"], #stocksTable input[type="text"] {
    text-align: left;
}
#stocksTable {
    margin-bottom: 15px;
}
#stockWrapper form * {
  text-align: center !important;
}
#stockWrapper .mdi-navigation-arrow-drop-down {
  display: none;
}
#orderModal {
    min-height: 80%;
    top: 5%;
}
#mainPanel2 #head {
    position: relative;
}
#invoiceClose {
  color: #666;
  float: right;
  padding: 0 10px;
}
#invoiceClose:hover {
    color: #F76565;
}
#paidIMG {
  position: absolute;
  top: 100%;
  left: 36%;
}
.full-modal {
  width: 95%;
  height: 80%;
}
#addstockModal .row {
  margin-bottom: 0;
}
.chip {
  display: inline-block;
  height: 32px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  line-height: 32px;
  padding: 0 12px;
  border-radius: 16px;
  background-color: #E4E4E4;
  margin-right: 3px;
	margin-bottom: 5px;
}
.chip i.material-icons {
  cursor: pointer;
  float: right;
  font-size: 16px;
  line-height: 32px;
  padding-left: 8px;
}
.modal {
  
}

#settings > ul > li > a {
  position: relative;
  z-index: 2;
} 
#settings ul li {
  border-radius: 3px 3px 0 0;
  padding: 0 10px;
}
#settings ul li:hover {
  background-color: #fff;
}
#settings ul li ul:before {
 content: "";
 display: table;
 border:10px solid transparent;
 border-bottom-color: #fff;
 position: absolute;
 top: -18px;
 right: 5px;
}
#settings ul li:hover ul {
  display: block;
}
#settings ul li ul {
  background-color: #fff;
  display: none;
  padding: 15px 20px;
  position: absolute;
  right: 0;
}
#settings ul li ul li {
  margin-bottom: 10px;
  padding: 0;
  border-radius: 0;
}
#settings ul li ul li:last-child {
  margin-bottom: 0;
}
#settings ul li ul li a {
  padding: 10px;
}
#settings ul li ul li a {
  display: list-item;
  line-height: 30px;
  padding: 0 10px;
  text-align: center;
  width: 100%;
}
 #settings ul li ul li a:hover {
  background-color: #039be5;
  color: #fff;
 }
 .checkoutWrapper input[type="text"] {
  height: auto;
  cursor: pointer;
  border: 0;
  margin: 0;
 }
 .checkoutWrapper input[type="text"]:hover {
  background-color: #fff;
 }
 .checkoutWrapper input[type="text"]:active,
 .checkoutWrapper input[type="text"]:focus {
  cursor: auto;
 }
#returnstockResults {
  margin: 15px 0 !important;
}
#returnstockResults p, 
#pendingStockTab .card-panel.deep-orange.lighten-4 {
  line-height: 2.5rem;
}
#addstockTab .select-dropdown li span {
  padding: 3px 1rem;
}

/*

.modal .modal-footer {
    position: absolute;
    bottom: 0;
}
*/

@media screen and (max-width:600px) {
    #order {
        margin-bottom: 22px !important;
    }
}
@media screen and (min-width: 600px) {
  .sub .center i {
    display: inline-block;
    float: none;
    line-height: normal;
    margin-top: -15px;
    position: relative;
    bottom: -15px;
  }
}
@media screen and (max-width: 600px) {
  .sub .center {
    text-align: left !important;
  }
}

/*========== Print Media ==========*/
@media print {
  * {
    background: none !important;
    box-shadow: none !important;
    font-family: sans-serif;
    padding: 0;
    margin: 0;
  }
  .no-print {
    display: none;
  }
  #paidIMG {
    display: none;
  }
  #head h4 {
    font-size: 2em;
  }
  #head {
    clear: both;
    overflow: hidden;
  }
  #head .col.s12.m6,
  #customerInvoice > div {
    float: left;
    width: 50%;
  }

  #customerInvoice {
    clear: both;
    padding: 10px 0;
    overflow: hidden;
  }
  #customerInvoice h5 {
    font-size: 1.5em;
  }
  table {
    width: 100%;
  }
  th, td {
  text-transform: capitalize;
  border-bottom: 1px solid #333;
  padding: 10px 0;
  text-align: center;
  }
  .row {
    clear: both;
  }
  .right-align {
    text-align: right;
  }
  #mainPanel2 {
    max-width: none !important;
  }
  #settings, #settings-modal {
    display: none;
  }
  input {
    border:0 none;
    text-align: center;
  }
} 