@-webkit-keyframes fadeIn {
    0% { 
        opacity:0; 
        transform: scale(0.6);
    }

    100% {
        opacity:100%;
        transform: scale(1);
    }
}

@keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:100%; }
}

.pointer-hover:hover{
	cursor: pointer;
}

.help-me-right i{
	color:#fff;
    background-color:#feb22a;
    width:12px;
    height:12px;
    display:inline-block;
    border-radius:100%;
    font-size:10px;
    font-weight: bold;
    font-style: normal;
    text-align:center;
    text-decoration:none;
    -webkit-box-shadow: inset -1px -1px 1px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: inset -1px -1px 1px 0px rgba(0,0,0,0.25);
    box-shadow: inset -1px -1px 1px 0px rgba(0,0,0,0.25);
    cursor: pointer;
    margin-left: -8px;
}

.help-me-right {
  position: relative;
  display: inline-block;
}

.help-me-right .help-me-text {
  visibility: hidden;
  width: 300px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 110%;
  text-decoration:none;
  font-weight: normal;
}

.help-me-right .help-me-text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent black transparent transparent;
}

.help-me-right:hover .help-me-text {
  visibility: visible;
}

.users-list-wrapper .dataTables_length {
  margin-top: 0 !important;
}

.users-list-wrapper .dataTables_length select {
  margin: 0 .5rem 0 .5rem;
}

.users-list-wrapper .dataTables_filter {
  margin-top: 0 !important;
}

.users-view .table-borderless td {
  padding: .3rem 0 .3rem 0;
  word-break: break-word;
  white-space: normal;
}

.users-view .table-borderless td:first-child {
  width: 140px;
}

.users-view .users-avatar-shadow, .users-edit .users-avatar-shadow {
  box-shadow: 2px 4px 14px 0 rgba(0, 0, 0, 0.4);
}

.form-error{
	color: #FF5B5C;
	font-weight: bold;
}

.password-icon {
	cursor: pointer;
	margin-top: 9px;
}

.tree {
	margin: 0;
	padding: 0;
}

.tree .tree-branche {
  	-webkit-user-select: none;
 	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
}

.tree .branche-item {
	margin-left: -20px;
}

.tree .tree-branche .tree-branche {
	margin-left: -20px;
}

.tree .branche-title {
	cursor: pointer;
}

.tree, .tree ul {
	list-style-type: none;
}

.tree .branche-items {
	display: none;
}

.tree .active {
	display: block;
}
