.jstree-themeicon-custom {
  background-color: transparent !important;
  color: #4a4a4a;
}

.nav-pills .nav-link:not(.active):hover {
  color: #393939;
}

.hyperlink {
  color: #212529;
}

.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: rgba(179, 207, 213, 0.2);
}


.table-hover tbody tr:hover {
  background-color: #3faab54d;
  cursor: pointer;
}

.informerStyleBoxText {
  /*  font-weight: 200;
  text-align: center;*/
  font-size: 20px;
  line-height: 1.3;
  width: 60px;
}

.informerStyleText {
  font-weight: 200;
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
}

.table thead th {
  border-bottom: 2px solid #c2c2c2e8;
  font-weight: 400;
}

.table td a {
  color: #3e3e3e;
}

.table .selected {
  background-color: #3faab54d !important;
}

.avatar-initials {
  /*position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);*/
  display: inline-block;
  color: #FFF;
  text-align: center;
  border-radius: 50%;
}

.avatar-small {
  width: 24px;
  height: 24px;
  font: 12px Arial;
  padding-top: 6px;
}

.avatar-medium {
  width: 60px;
  height: 60px;
  font: 25px Arial;
  padding-top: 14px;
}

.avatar-big {
  width: 100px;
  height: 100px;
  font: 50px Arial;
  padding-top: 24px;
}


.tile_count .tile_stats_count {
  margin-bottom: 10px;
  border-bottom: 0;
  padding-bottom: 10px;
}

.tile_count .tile_stats_count {
  border-bottom: 1px solid #D9DEE4;
  padding: 0 10px 0 20px;
  padding-bottom: 0px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

  .tile_count .tile_stats_count:first-child::before {
    border-left: 0;
  }

  .tile_count .tile_stats_count::before {
    content: "";
    position: absolute;
    left: 0;
    height: 65px;
    border-left: 2px solid #ADB2B5;
    margin-top: 10px;
  }

  .tile_count .tile_stats_count span {
    font-size: 13px;
  }

  .tile_count .tile_stats_count .count {
    font-size: 40px;
  }

  .tile_count .tile_stats_count .count {
    font-size: 30px;
    line-height: 47px;
    font-weight: 600;
  }

  .tile_count .tile_stats_count span {
    font-size: 13px;
  }

  .tile_count .tile_stats_count span {
    font-size: 12px;
  }

  .treeviewMenuColor {
    color: #5e5e5e;
  }

 .treeviewMenuColor:hover {
    color: #404040;
  }

.treeview .rotate {
  font-size: larger !important;
}

/* Remove default bullets */
/*ul, #myUL {
  list-style-type: none;
}*/

/* Remove margins and padding from the parent ul */
/*#myUL {
  margin: 0;
  padding: 0;
}*/

/* Style the caret/arrow */
/*.caret {
  cursor: pointer;
  user-select: none; /* Prevent text selection 
}*/

/* Create the caret/arrow with a unicode, and style it */
/*.caret::before {
    content: "\25B6";
    color: black;
    display: inline-block;
    margin-right: 6px;
  }*/

/* Rotate the caret/arrow icon when clicked on (using JavaScript) */
/*.caret-down::before {
  transform: rotate(90deg);
}*/

/* Hide the nested list */
/*.nested {
  display: none;
}*/

.dataTables_filter {
  margin-top: 15px;
}

.dataTables_length {
  margin-top: 15px;
}
/* Show the nested list when the user clicks on the caret/arrow (with JavaScript) */
.active {
  display: block;
}


/*-------------------------------------------------------*/

/*.tree li {
  margin: 0px 0;
  list-style-type: none;
  position: relative;
  padding: 20px 5px 0px 5px;
}

  .tree li::before {
    content: '';
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    right: auto;
    left: -20px;
    border-left: 1px solid #ccc;
    bottom: 20px;
  }

  .tree li::after {
    content: '';
    position: absolute;
    top: 30px;
    width: 25px;
    height: 20px;
    right: auto;
    left: -20px;
    border-top: 1px solid #ccc;
  }

  .tree li a {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 5px 10px;
    text-decoration: none;
    color: #666;
    font-family: arial, verdana, tahoma;
    font-size: 11px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  }*/
/*Remove connectors before root*/
/*.tree > ul > li::before, .tree > ul > li::after {
  border: 0;
}*/
/*Remove connectors after last child*/
/*.tree li:last-child::before {
  height: 30px;
}*/
/*Time for some hover effects*/

/*We will apply the hover effect the the lineage of the element also*/
/*.tree li a:hover, .tree li a:hover + ul li a {
  background: #c8e4f8;
  color: #000;
  border: 1px solid #94a0b4;
}*/
/*Connector styles on hover*/
/*.tree li a:hover + ul li::after, .tree li a:hover + ul li::before, .tree li a:hover + ul::before, .tree li a:hover + ul ul::before {
    border-color: #94a0b4;
  }*/

.login {
  border: 1px solid #6c757d !important;
  margin-top: 100px;
}

.profile-border-img {
  border: 1px solid #adb5bd !important;
}


.nav-item-m-10 {
  margin-left: 10px;
}

.nav-link-05 {
  padding: 0.5rem 0.5rem !important;
}


.alert, .message {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit;
  }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

  .alert-primary hr {
    border-top-color: #9fcdff;
  }

  .alert-primary .alert-link {
    color: #002752;
  }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

  .alert-secondary hr {
    border-top-color: #c8cbcf;
  }

  .alert-secondary .alert-link {
    color: #202326;
  }

.alert-success, .message-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

  .alert-success hr, .message-success hr {
    border-top-color: #b1dfbb;
  }

  .alert-success .alert-link, .message-success .alert-link {
    color: #0b2e13;
  }

.alert-info, .message-information {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

  .alert-info hr, .message-information hr {
    border-top-color: #abdde5;
  }

  .alert-info .alert-link, .message-information .alert-link {
    color: #062c33;
  }

.alert-warning, .message-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

  .alert-warning hr, .message-warning hr {
    border-top-color: #ffe8a1;
  }

  .alert-warning .alert-link, .message-warning .alert-link {
    color: #533f03;
  }

.alert-danger, .message-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

  .alert-danger hr, .message-error hr {
    border-top-color: #f1b0b7;
  }

  .alert-danger .alert-link, .message-error .alert-link {
    color: #491217;
  }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

  .alert-light hr {
    border-top-color: #ececf6;
  }

  .alert-light .alert-link {
    color: #686868;
  }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

  .alert-dark hr {
    border-top-color: #b9bbbe;
  }

  .alert-dark .alert-link {
    color: #040505;
  }


.dot {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
}

.square {
  height: 29px;
  width: 29px;
  border-radius: 5%;
  display: inline-block;
}
