@import 'https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700';

body {
  font-family: 'Poppins', sans-serif;
  background: #fafafa;
}

p {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.7em;
  color: #999;
}

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

.navbar {
  padding: 15px 10px;
  background: #fff;
  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;
  margin: 40px 0;
}
#content {
    width: 100%;
    padding-left: 10px;
    padding-left: 10px;
    min-height: 90vh;
    transition: all 0.3s;
    max-width: calc(100% - 250px);
  }
  
  #appWrapper.active #content {
    max-width: 100%;
  }
  
  #page_headings {
    display: flex;
    align-items: flex-start;
  }
  
  #page_headings .nav {
    display: flex;
    flex-direction: row;
  }
  
  .bootstrap-table {
    height: 80vh;
  }
  
  .fixed-table-body {
    height: 65vh !important;
  }
  
  thead th {
    position: sticky;
    top: 0;
    background: #e9ecef;
    border-color: #dee2e6;
  }
  
  /* ---------------------------------------------------
      MEDIAQUERIES
  ----------------------------------------------------- */
  
  @media (max-width: 768px) {
    #sidebar {
      margin-left: -250px;
    }
    #appWrapper.active #sidebar {
      margin-left: 0;
    }
    #sidebarCollapse span {
      display: none;
    }
    #content {
      max-width: 100%;
    }
  }
  
  .table-title {
    padding-bottom: 15px;
    background: #435d7d;
    color: #fff;
    padding: 16px 30px;
    margin: -25px -0px 10px;
    border-radius: 3px 3px 0 0;
  }
  
  .table-title h2 {
    margin: 5px 0 0;
    font-size: 24px;
  }
  
  .table-title .btn-group {
    float: right;
  }
  .table-title .btn {
    color: #fff;
    float: right;
    font-size: 13px;
    border: none;
    min-width: 50px;
    border-radius: 2px;
    border: none;
    outline: none !important;
    margin-left: 0px;
    margin-right: 10px;
  }
  
  .table-title .btn i {
    float: left;
    font-size: 21px;
    margin-right: 5px;
  }
  
  .table-title .btn span {
    float: left;
    margin-top: 2px;
  }
  
  .navbar-nav > li {
    margin-left: 4px;
  }
  
  .modal-dialog-slideout {
    min-height: 100%;
    margin: 0 auto;
    background: #fff;
    min-width:80%;
  }
  
  
  .modal.fade.show .modal-dialog.modal-dialog-slideout {
    display: flex;
    align-items: stretch;
    -webkit-box-align: stretch;
    height: 100%;
  }
  
  .modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body {
    overflow-y: auto;
    overflow-x: hidden;
  }
  
  .modal-dialog-slideout .modal-content {
    border: 0;
  }
  
  .modal-dialog-slideout .modal-header,
  .modal-dialog-slideout .modal-footer {
    height: 69px;
    display: block;
  }
  
  .modal-dialog-slideout .modal-header h5 {
    float: left;
  }
    
  