@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* login */
.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* sidebar */

.nav {
  display: block;
}
/* .app-aside.modal { 
  width: 12rem;
  opacity: 1;
  display: block !important;
} */
.app-aside.show {
  opacity: 1;
}
.modal.show .left, .modal.show .right {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
/* dashboard */

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}


.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);
}
.navbar .dropdown-menu {
  position: absolute;
}
.show>.dropdown-menu-scale {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  pointer-events: auto;
  display: block!important;
}

.form-control.input-error {
  border-color: #ff0000;
}
/* datatables.net */
div.dataTables_wrapper div.dataTables_filter {
  text-align: left;
  padding-left: 10px;
}