body {
  font-size: .875rem;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

.fa-light {
  color: #eee;
}

.fa-dark {
  color: #000;
}

footer {
  position: absolute;
  left: 0;
  bottom: 0%;
  width: 100%;
  position: fixed;
  z-index: 1000;
}

/*
* Card
*/
.card-bg {
  background-color: #333;
}

.card-header {
  background-color: #88C738;
}

.card-container {
  margin-top: 100px;
}

.text-bk {
  text-align: right;
}

/*
 * Sidebar
 */
.sidebar {
  position: fixed;
  top: 0;
  /* rtl:raw:
  right: 0;
  */
  bottom: 0;
  /* rtl:remove */
  left: 0;
  z-index: 100;
  /* Behind the navbar */
  padding: 50px 0 0;
  /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
  background-color: #eee;
}

@media (max-width: 600px) {
  .sidebar {
    top: 5rem;
  }
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto;
  /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
  font-size: 1rem;
}

.fa-custom {
  display: inline-block;
  font-family: sans-serif;
}

/*.sidebar .nav-link.active {
  color: #c28df0;
}*/
.nav-link:hover {
  color: #88c738;
}

i.fa:hover {
  color: #88c738;
}

.sidebar .nav-link.active .fa {
  color: #c28df0;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/*
 * Navbar
 */
.bg-dark {
  background-color: green;
  background-color: #3C4145;
}

.bg-med {
  background-color: #262D33;
  color: #1e282d;
}

.navbar-brand {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1rem;
  background-color: #262D33;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .navbar-toggler {
  top: .25rem;
  right: 1rem;
}

.navbar .form-control {
  padding: .5rem 1rem;
  border-width: 0;
  border-radius: 0;
}

/*
* table
*/
.table-title {
  color: #000;
}

a.consol-link {
  color: #000;
}

a.consol-link:hover {
  color: #c3c3c3;
}

.table-grid {
  background-color: #E3E5E6;
}

table.table-grid, th.table-grid, td.table-grid {
  border: 1px solid black;
}

.col-margin-sm {
  padding-left: -100px;
  padding-top: 20px;
}

/*
* Silder Switch
*/
.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 25px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider {
  background-color: green;
}

input:focus+.slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* Text Area */
.text-area {
  float: left;
  width: 100%;
  height: auto;
}

.textinput {
  float: left;
  width: 100%;
  min-height: 75px;
  outline: none;
  resize: none;
  border: 1px solid grey;
}

/* table */
.table-title {
  color: #000;
}

.dropdown-type {
  position: relative;
  display: inline-block;
}

.dropdown-content-type {
  display:none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 0;
  z-index: 1;
}

.hidden {
  display: none;
}

.disable-section {
  pointer-events: none;
  opacity: 0.4;
}

.display {
  pointer-events: all;
  opacity: none;
}

.bucket {
  margin-top: 25px;
}

.bucket .container {
  background-color: #f9f9f9;
}

#bucket {
  list-style-type: none;
}


/* CSS */
.button-13 {
  background-color: #f9f9f9;
  border: 0px solid #f9f9f9;
  border-radius: 8px;
  box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
  box-sizing: border-box;
  color: #0f1111;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  line-height: 29px;
  padding: 0 10px 0 11px;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
}



