@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body{
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
 }
 h6 {
    display: flex;
    flex-direction: row;
    color: goldenrod;
  }
  h6:before, h6:after{
    content: "";
    flex: 1 1;
    border-bottom: 1px solid;
    margin: auto;
    border-radius: 50%;
  }
  h6:before {
    margin-right: 10px
  }
  h6:after {
    margin-left: 10px
  }
 p{
     font-size: 0.8em;
     font-weight: 300;
     line-height: 1.7em;
     color:#999;
 }
a,
a:hover,
a:focus{
    color:inherit;
    text-decoration: none;
    transition: all 0.3s;
}
.table-responsive {
    overflow-x:auto;
    scroll-behavior: smooth;
}
.table-responsive::-webkit-scrollbar {
    width: 10px;
    cursor: grabbing!important;
  }
  
  /* Track */
.table-responsive::-webkit-scrollbar-track {
    box-shadow: inset 0 0 8px #DCD8E6; 
    border-radius: 10px;
    cursor: -webkit-grabbing!important;
  }

  .table-responsive::-webkit-scrollbar-track:hover .table-responsive::-webkit-scrollbar-thumb{
    background: goldenrod;
    cursor: -webkit-grabbing!important;
  }
   
  /* Handle */
.table-responsive::-webkit-scrollbar-thumb {
    background: #DCD8E6;
    border-radius: 8px;
    cursor: -webkit-grabbing!important;
  }
  
  /* Handle on hover */
.table-responsive::-webkit-scrollbar-thumb:hover {
    background: goldenrod; 
    cursor: -webkit-grabbing!important;
  }
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
}
tr:nth-child(even){background-color: #f2f2f2}
th{
    font-size: 0.8em!important;
     font-weight: bold!important;
}
td{
    font-size: 0.8em!important;
     font-weight: 300!important;
}
.navbar{
    padding:15px 10px;
    background: #000!important;
    color: gold!important;
    border:none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
}
.navbar-btn{
    box-shadow: none;
    outline:none !important;
    border:none;
}
.line{
    width:100%;
    height:1px;
    border-bottom: 1px dashed #ddd;
}
.wrapper{
    display: flex;
    width:100%;
    align-items:stretch; 
}
#sidebar{
    min-width:250px;
    max-width: 250px;
    background: #000;
    color:#fff;
    transition: all 0.3s;
    z-index: 999;
}
#sidebar.active{
    min-width:50px;
    max-width: 50px;
}
#sidebar .sidebar-header{
    padding:0px;
    background: none;
}
#sidebar ul.components{
    padding:20px 0px;
    border-bottom:1px solid #47748b;
}
#sidebar ul p{
    padding:10px;
    font-size:0.8em;
    display: block;
    color:#fff;
}
#sidebar ul li a{
    padding:10px;
    font-size: 0.8em;
    display: block;
}
#sidebar ul li a:hover{
    color:#fff;
    background: #4f5f72;
}
#sidebar ul li.active>a,
a[aria-expanded="true"]{
    color:#fff;
    background: #4f5f72;
}
a[data-toggle="collapse"]{
    position: relative;
}
.dropdown-toggle::after{
    display: block;
    position: absolute;
    top:50%;
    right:20px;
    transform: translateY(-50%);
}
ul ul a{
    font-size:0.9em !important;
    padding-left: 30px !important;
    background: #4f5f72;
}
ul.CTAs{
    padding:20px;
}
ul.CTAs a{
    text-align: center;
    font-size:0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom:10px;
}
a.download,
a.download:hover{
    background:goldenrod;
    color:#fff;
}
.content{
    width:100%;
    min-height: 100vh;
    transition: all 0.3s;
}
.content-wrapper{
    padding-left:12px;
    width:98%;
}

@media only screen and (max-width: 768px) {
    #sidebar{margin-left:-250px;}
    #sidebar.active{
        margin-left:0px;
    }
    #sidebarCollapse span{
        display:none;
    }
}
.login{
    background-color: #000!important;
    margin-top: 50%!important;
    border-radius: 4%;
    text-align: center;
}
.input-group-addon .fa{
    width: 40px;
    font-size: 18px;
    text-align: center;
    padding: 9px 9px 9px 9px;
    border: #ccc solid 1px!important;
    border-right: none!important;
    border-top-left-radius: 5px!important;
    border-bottom-left-radius: 5px!important;
    color:  goldenrod;
}
#sales{
    border-top: #005086 solid 3px;
}
#purchases{
    border-top: rgb(117, 25, 25) solid 3px;
}
#pending-o{
    border-top: rgb(235, 199, 39) solid 3px;
}
#overdue{
    border-top: rgb(211, 35, 35) solid 3px;
}
#pending-e{
    border-top: rgb(146, 35, 211) solid 3px;
}
#completed{
    border-top: rgb(11, 131, 41) solid 3px;
}
#location{
    border-top: rgb(97, 205, 209) solid 3px;
}
#low-stock{
    border-top: rgb(214, 125, 125) solid 3px;
}
#annual{
    border-top: rgb(31, 19, 5) solid 3px;
}
.search-box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 60px;
    border-radius: 40px;
    padding: 10px;
  
}
.search-form:hover > .search-txt{
    width: 240px;
    padding: 0 6px;
    top: 50px;
  }
  .search-form:hover > .search-btn{
    background: gold;
    color:#000; 
    border: none;
  }
  .search-btn{
    color: #000;
    float: right;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: rgb(238, 235, 235);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    text-decoration: none;
  }
  .search-txt{
  border: none;
  background: none;
  outline: none;
  float: left;
  padding: 0;
  color: white;
  font-size: 16px;
  transition: 0.4s;   
  line-height: 40px;
  width: 0px;
  }
/*#search-select{
    border-top-left-radius: 18px!important;
    border-bottom-left-radius: 18px!important;
    border-top-right-radius: none!important;
    border-bottom-right-radius: none!important;
    margin-right: -5%;
    padding-right: 5%;
}
#search-input{
    border-top-left-radius: none!important;
    border-bottom-left-radius: none!important;
    border-top-right-radius: none!important;
    border-bottom-right-radius: none!important;
}
#search-button{
    border-top-left-radius: none!important;
    border-bottom-left-radius: none!important;
    border-top-right-radius: 18px!important;
    border-bottom-right-radius: 18px!important;
    margin-left: -5%;
}*/
.field-icon {
    float: right;
    margin-left: -30px;
    margin-top: 10px;
    position: relative;
    z-index: 2;
}
.cicon {
      padding: .5em 0 .5em 8em;
}

.cicon4 {
    padding: .5em 0 .5em 4em!important;
    margin-bottom: 4em;
}

@media (max-width: 592px){
    .cicon4 {
        padding: .5em 0 .5em 8em!important;
    }
}


  .icon {
    width: 8em;
    height: 8em;
    box-shadow: goldenrod;
    background: rgb(245, 244, 241);
    color: goldenrod;
    border-radius: 50%;
    margin-top: .5em;
    text-align: center;
    padding: 2em 0 2em 0;
    font-weight: bold;
    
}
.icon:hover {
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
    background: goldenrod;
    color: #FFF;
  }
  
  @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);
    }
  }

#npage{
    width: 35%!important;
    display: inline!important;
}
#npage option:checked {
    display: none;
}
.form-control option:checked {
    display: none!important;
}
.printtitle{
    display: none;
}
@media print{
    .noprint{
        display:none;
    }
    .printtitle{
        display:block;
    }
 }
 datalist {
    position: absolute;
    background-color: black;
    border: 1px solid goldenrod;
    border-radius: 0 0 5px 5px;
    border-top: none;
    font-family: sans-serif;
    width: 1050px;
    padding: 5px;
  
  }
  .stock{
    font-size: 5em!important;
    padding: 0 0.1em!important;
  }
  
  /*option {
    background-color: white;
    padding: 4px;
    color: blue;
    margin-bottom: 1px;
     font-size: 18px;
    cursor: pointer;
  }
  option:hover, .active{
    background-color: lightblue;
  }*/
  #bottom {
    position: absolute;
    bottom: -5px;
    text-align: center!important;
}
.foot{
    background-color: #7E909A!important;  
    color: #1F3F49!important;
    position: fixed; 
    right: 0; 
    bottom: 0; 
    left: 0; 
    padding: 1rem;
    margin-top: 20%;
    font-size: 0.8em;
    font-weight: 200;
    
}
.infoot{
    /* background-color: #7E909A!important; */ 
    color: #FFF!important;
    text-align: left;
    position: fixed; 
    bottom: 0; 
    width: 18.5%;
    padding: .6rem;
    margin-top: 5%;
    font-size: 0.8em;
    font-weight: 200;
}
@media(max-width: 592px){
    .infoot{
        width: 50rem;
        text-align: left;
        margin-top: 5rem;
    }    
    
}







