body {
  font-size: .875rem;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 48px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
  font-size:11px;
}

.bg-dark {
  background-color: #3c8dbc!important;
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: 1rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
  background-color: #333333;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}

.sidebar .nav-item {

}

.sidebar .nav-link {
  font-weight: 500;
  color: #ffffff;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}

.sidebar .nav-link.active {
  color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/*
 * Content
 */

[role="main"] {
  padding-top: 48px; /* Space for fixed navbar */
}

/*
 * Navbar
 */

.navbar-brand {
  padding: .25rem;
  font-size: 1rem;
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}


/*DATA TABLE*/
.dataTable > tbody > tr > td {
  border-bottom: 1px solid black;
}
/*END DATA TABLE*/


/*LINE BORDER FOR TABLE*/
.r { border-right: 1px solid black; }
.l { border-left: 1px solid black; }
.t { border-top: 1px solid black; }
.b { border-bottom: 1px solid black; }
.lr { border-right: 1px solid black; border-left: 1px solid black; }
.tb { border-top: 1px solid black; border-bottom: 1px solid black; }
.tr { border-right: 1px solid black; border-top: 1px solid black; }
.lt { border-left: 1px solid black; border-top: 1px solid black; }
.rb { border-right: 1px solid black; border-bottom: 1px solid black; }
.lb { border-left: 1px solid black; border-bottom: 1px solid black; }
.ltr { border-right: 1px solid black; border-top: 1px solid black; border-left: 1px solid black; }
.lrb { border-right: 1px solid black; border-bottom: 1px solid black; border-left: 1px solid black; }
.trb { border-top: 1px solid black; border-right: 1px solid black; border-bottom: 1px solid black; }
.ltb { border-top: 1px solid black; border-left: 1px solid black; border-bottom: 1px solid black; }
.ltrb { border: 1px solid black; }
.lrtb { border: 1px solid black; }
.bbold { border-bottom: 2px solid black; }
/*END LINE*/

/*TYPEAHEAD JS*/
.tt-suggestion { padding: 3px 20px; font-size: 12px; line-height: 16px; }
.tt-menu {
  width: 422px;
  margin: 12px 0;
  padding: 0px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.tt-hint {
  color: #999
}
.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}
/*END TYPEAHEAD JS*/

/* CARD */
.card-header{ padding:0px }
/* END CARD */

/*Input css*/
.input-background{
  background-color:#F0E68C;
}
/**/
.bg-secondary{
    background-color: #4c5055!important;
}


/*Diasble type number arrow*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

.input-number {
  text-align:right
}
.input-yellow {
  background-color:#F0E68C
}
/*end*/

th.dt-center, td.dt-center { text-align: center; }

.loadinggif 
{
   background:
     url('https://rosebrand.sungaibudigroup.com/icon/ajax-loader.gif')
     no-repeat
     right center;
}
