@charset "UTF-8";
/* ====================================================================================================================
 *
 * Copyright ┬® 2017 Sebastian P. All Rights Reserved
 *
 * ==================================================================================================================== */
/* ====================================================================================================================
 *
 * Webpanel - style
 *
 * ==================================================================================================================== */
/* ====================================================================================================================
 *
 * Copyright ┬® 2017 Sebastian P. All Rights Reserved
 *
 * ==================================================================================================================== */
/* ====================================================================================================================
 *
 * Webpanel - color
 *
 * ==================================================================================================================== */
/* ====================================================================================================================
 *
 * Copyright ┬® 2017 Sebastian P. All Rights Reserved
 *
 * ==================================================================================================================== */
/* ====================================================================================================================
 *
 * Webpanel - class
 *
 * ==================================================================================================================== */
.text-tiny {
  font-size: xx-small; }

body {
  background-color: #e7e7e7; }

#header {
  background-color: #29b448;
  margin-bottom: 0;
  min-height: 140px; }
  #header h1 {
    color: #e7e7e7;
    margin-top: 0 !important;
    margin-bottom: 0; }

#navbar {
  margin-right: auto !important; }

.ml-auto .dropdown-menu {
  left: auto !important;
  right: 0; }

.navbar-brand img {
  border-radius: 15%;
  width: 60px; }

.nav-img {
  width: 60px;
  border-radius: 50%;
  margin-right: 10px; }

.bg-success-dark {
  background-color: #28ab44; }

.table-height-sm {
  max-height: 73vh;
  overflow-y: auto; }

.placeholder {
  height: 70vh; }

.img-small {
  border-radius: 50%;
  width: 40px; }

.custom-card:hover {
  background-color: #eeeeee;
  border-color: #29b448; }
  .custom-card:hover .card-edit {
    display: block; }

.card-edit {
  color: #fff;
  padding-top: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  display: none; }

.card-edit:hover {
  color: #ffc107; }

.tab-content {
  background-color: white; }

#modules {
  overflow-y: hidden; }

table.dataTable tr th.select-checkbox.selected::after {
  content: "Ô£ö";
  margin-top: -11px;
  margin-left: -4px;
  text-align: center;
  text-shadow: #b0bed9 1px 1px, #b0bed9 -1px -1px, #b0bed9 1px -1px, #b0bed9 -1px 1px; }

tbody td, table.dataTable tbody th, table.dataTable tbody td {
  -moz-user-select: none; }

.addform p {
  text-align: right;
  margin: 0; }

.fileTree {
  margin: 0 0 0 20px;
  list-style: none;
  line-height: 2em; }
  .fileTree li {
    font-size: 16px;
    position: relative; }
    .fileTree li:before {
      position: absolute;
      left: -15px;
      top: 0;
      content: "";
      display: block;
      border-left: 1px solid #000000;
      height: 1em;
      border-bottom: 1px solid #000000;
      width: 10px; }
    .fileTree li:after {
      position: absolute;
      left: -15px;
      bottom: -7px;
      content: "";
      display: block;
      border-left: 1px solid #000000;
      height: 100%; }
    .fileTree li.root {
      margin: 0 0 0px -20px; }
      .fileTree li.root:before {
        display: none; }
      .fileTree li.root:after {
        display: none; }
      .fileTree li.root:last-child:after {
        display: none; }

/*# sourceMappingURL=style.css.map */
