body {
	padding-top: 50px;
}

/*Template*/
@media(min-width:768px) {
    body {
        margin-top: 25px;
    }
    /*html, body, #wrapper, #page-wrapper {height: 100%; overflow: hidden;}*/
}

textarea {
    resize: vertical;
}

#wrapper {
    padding-left: 0;    
}

.login__area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-65%);
}

.login-alert {
	margin-top: 1em;
}

/* Top Navigation */

.top-nav {
    padding: 0 15px;
}

.top-nav>li {
    display: inline-block;
    float: left;
}

.top-nav>li>a {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 20px;
    color: #fff;
}

.top-nav>li>a:hover,
.top-nav>li>a:focus,
.top-nav>.open>a,
.top-nav>.open>a:hover,
.top-nav>.open>a:focus {
    color: #fff;
    background-color: #1a242f;
}

.top-nav>.open>.dropdown-menu {
    float: left;
    position: absolute;
    margin-top: 0;
    /*border: 1px solid rgba(0,0,0,.15);*/
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.top-nav>.open>.dropdown-menu>li>a {
    white-space: normal;
}

.thumbnail {
  margin: 10px 0;
}

/* Side Navigation */

@media(min-width: 768px) {
    .side-nav {
        position: fixed;
        top: 60px;
        left: 225px;
        width: 225px;
        margin-left: -225px;
        border: none;
        border-radius: 0;
        border-top: 1px rgba(0,0,0,.5) solid;
        overflow-y: auto;
        background-color: #222;
        /*background-color: #5A6B7D;*/
        bottom: 0;
        overflow-x: hidden;
        padding-bottom: 40px;
    }

    .side-nav>li>a {
        width: 225px;
        border-bottom: 1px rgba(0,0,0,.3) solid;
    }

    .side-nav li a:hover,
    .side-nav li a:focus {
        outline: none;
        background-color: #1a242f !important;
    }
}

.side-nav>li>ul {
    padding: 0;
    border-bottom: 1px rgba(0,0,0,.3) solid;
}

.side-nav>li>ul>li>a {
    display: block;
    padding: 10px 15px 10px 38px;
    text-decoration: none;
    /*color: #999;*/
    color: #fff;    
}

.side-nav>li>ul>li>a:hover {
    color: #fff;
}

.navbar .nav > li > a > .label {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 14px;
  right: 6px;
  font-size: 10px;
  font-weight: normal;
  min-width: 15px;
  min-height: 15px;
  line-height: 1.0em;
  text-align: center;
  padding: 2px;
}

.navbar .nav > li > a:hover > .label {
  top: 10px;
}

.navbar-brand {
    padding: 5px 15px;
}
/**/
/*Footer*/

/**/
.com{
  font-family: Impact;
   font-size: 35px;
  text-align: center;
  color: #3f3f3f;
}
.sys{
  font-family: Times, "Times New Roman", Georgia, serif;
   font-size: 15px;
  text-align: center; 
  color: #ababab;
}

.dropdown-menu {
        height: auto;
        width: 250px;
        max-height: 500px;
        overflow-x: hidden;
}

#notify{
   background-color: #ff3333;
   color: #fff;
}

.modal-header{
  background-color: #0f846d;
  color: #fff;
}

.modal-footer{
    background-color:white;
}  

.top_info {
    margin-bottom:  0.5em;
}

#datatables_filter
{
  color: #c68c53;
}

#data-menu
{
  color: #c68c53;
}
.inv_add_buttons {
  display: flex;
}
.inv_add_buttons div {
  flex: 1;
}
.selectize-input {
  display: flex !important;
  align-items: center !important;
}
.selectize-dropdown [data-selectable] .highlight {
    background: none;
    font-weight: bold;
}

.zr_qty {
  background: #ffd28c !important;
}

.ng_qty {
  background: #ff8b8b !important;
}

.amcharts-chart-div > a {
  display: none !important;
}


.table_payment .payment_space {
  visibility: hidden;
}

.table_payment .payment_text {
  text-align: right;
  vertical-align: middle;
  font-weight: bold;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-1 {
    margin-bottom: 0.5rem;
}

.mb-2 {
    margin-bottom: 1rem;
}

.mb-3 {
    margin-bottom: 1.5rem;
}

.mb-4 {
    margin-bottom: 2rem;
}

.mt-0 {
    margin-top: 0;
}

.mt-1 {
    margin-top: 0.5rem;
}

.mt-2 {
    margin-top: 1rem;
}

.mt-3 {
    margin-top: 1.5rem;
}

.mt-4 {
    margin-top: 2rem;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
    margin-bottom: 15px;
    box-shadow: rgb(35 46 60 / 4%) 0 2px 4px 0;
}

.card .content {
    padding: 15px 15px 10px 15px;
}

.card .content .footer {
    background-attachment: fixed;
    position: relative;
    padding: 0;
    line-height: 30px;
}

.dfd {
    width: 100%;
}

hr.card-hr:not([size]) {
    height: 1px;
}

hr.card-hr {
    margin: 1rem 0;
    color: inherit;
    background-color: #9b9b9b;
    border: 0;
    opacity: .25;
}

.bg-status1 {
    background: #fff0c2 !important;
}

.bg-status2 {
    background: #ffcacf !important;
}

.bg-status3 {
    background: #b2e8f3 !important;
}

.bg-status4 {
    background: #8cddb8 !important;
}

.bg-status5 {
    background: #a582ff !important;
}

.toolbar {
    float: left;
}

.legend { 
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.legend li {
    display: flex;
    align-items: center;
    margin-right: 16px;
}
.legend span { border: 1px solid #ccc; float: left; width: 16px; height: 16px; margin: 2px; }

.dataTableButtons {
    display: flex;
    justify-content: space-around;
}

/*Data Tables Search Bar*/
#datatables_filter
{
  color: #c68c53;
}

/*CUSTOM BOOTSTRAP*/
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #399cff;
}
.navbar-inverse .navbar-toggle {
    border-color: #399cff;
}