@CHARSET "UTF-8";
/* ALERTIFY JS */
.alertify-logs {
    z-index: 9999;
}
.alertify-logs .alertify-log {
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    cursor: pointer;
    background: rgba(191, 30, 46, 0.9);
    text-shadow: none;
    font-family: 'Inter';
}
.alertify-logs .alertify-log.alertify-log-noti-info {
    background: rgba(55, 188, 155, 0.9);
}
.alertify-logs .alertify-log.alertify-log-noti-success {
    background: rgba(26, 117, 187, 0.9);
}
.alertify-logs .alertify-log.alertify-log-noti-warning {
    background: rgba(244, 167, 11, 0.9);
}
.alertify-logs .alertify-log.alertify-log-noti-error {
    background: rgba(233, 87, 63, 0.9);
}
/* KENDO */
.k-grid-content {
    white-space: pre-wrap;
}
.k-gantt-tooltip {
    text-align: left;
    line-height: 24px;
}
/* NICESCROLL */
.nicescroll-rails {
    z-index: 9999 !important;
}
.nicescroll-rails > div {
	border: none !important;
	width: 6px !important;
	background-color: rgba(0, 0, 0, 0.6) !important;
	border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
}