@import "bell.css"; /* Using a string */


.btn-outline-orange {
    color: #fd7e14;
    border-color: #fd7e14;
}
    .btn-outline-orange:hover {
        color: #fff;
        background-color: #fd7e14;
        border-color: #d76200;
    }

.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: #6c757d5c;
    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: 5px;
}
.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;
  }




/* 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;
}




/*-------------------------------------------------------------------------------------------------------------------*/

// Messages
// ------------------------------
.message {
  @extend .alert;
}

.message-success {
  @extend .alert-success;
}

.message-information {
  @extend .alert-info;
}

.message-warning {
  @extend .alert-warning;
}

.message-error {
  @extend .alert-danger;
}
