@keyframes js-notify-rotating__icon {
  from, to {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.js-notify-rotating__icon {
  animation: js-notify-rotating__icon 1s linear;
}

/* Вендорные префиксы */
@-webkit-keyframes js-notify-rotating__icon {
  from, to {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@-moz-keyframes js-notify-rotating__icon {
  from, to {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@-ms-keyframes js-notify-rotating__icon {
  from, to {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@-o-keyframes js-notify-rotating__icon {
  from, to {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.notify-offcanvas-bar .uk-offcanvas-close, #main-usermenu .uk-offcanvas-close {
    right: 25px !important;
    top: 10px !important;
}
.touch .notify-offcanvas-bar .uk-offcanvas-close, .touch #main-usermenu .uk-offcanvas-close {
    right: 5px !important;
    top: 10px !important;
}
.notify-offcanvas-bar .uk-nav-dropdown {
	/*padding-right: 15px !important;*/
	padding-right: 0 !important;
}
.notify-menu-more {
	position: absolute;
	z-index: 1000;
	top: 16px;
	left: 10px;
	border-radius: 0;
	height: 22px;
}
.uk-offcanvas-bar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    width: 100% !important;
    padding: 20px 20px;
    background: #222;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
@media (max-width: 767px) {
	.notify__panel_orientation_left, .notify__panel_orientation_right {
		display: none !important;
	}
}

@media (min-width: 768px) {
	.uk-offcanvas-bar {
	    width: 385px !important;
	}
	.notify-offcanvas-bar .uk-offcanvas-close, #main-usermenu .uk-offcanvas-close {
		top: 0 !important;
	    right: 0 !important;
	    width: 40px;
	    height: 40px;
	    font-size: 18px;
	}
	.notify-menu-more {
		top: 9px;
	}
	.notify-offcanvas-bar .uk-nav-dropdown {
		padding-right: 0 !important;
	}
}

@media (min-width: 992px) {
	.uk-offcanvas-bar {
	    width: 450px !important;
	}
}
.notify-offcanvas-bar img.img-fluid {
    float: left !important;
}

.ring {
  animation: bell 2.2s linear infinite;
  transform-origin: 50% 0%;
}
@keyframes bell {
  0%, 25%, 75%, 100% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(6deg);
  }
  45% {
    transform: rotate(-6deg);
  }
  55% {
    transform: rotate(3deg);
  }
  60% {
    transform: rotate(-3deg);
  }
}

.js-notify__acted {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
	filter: alpha(opacity=65);
	-moz-opacity:0.65;
	-khtml-opacity: 0.65;
	opacity: 0.65;
}
.js-notify__not_acted {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
.notify-offcanvas-bar .js-notify__not_acted .notify-state__change {
	cursor: default;
}
.notify-offcanvas-bar .js-notify__acted .notify-state__change,.notify-offcanvas-bar .js-notify__not_acted .notify-state__change {
	cursor: pointer;
}
.notify-offcanvas-bar .js-notify__not_acted .notify-state__circle {
    color: #e84b3d !important;
}
.notify-offcanvas-bar .js-notify__acted .notify-state__circle {
    color: rgba(255,255,255,.5)!important;
}

.notify-items {
    max-height: 55vh;
    overflow: auto;
}
.notify-row {
	min-height: 64px;
    position: relative;
	margin-bottom: 10px;
	padding: 10px 15px;
}
.notify-row .notify_title{
	font-size: 15px;
	font-weight: 400;
	color: white;
}
/** For avatars in Notify **/
.notify-row img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    float: left !important;
    margin-right: 10px;
}
.notify-row .fa-stack {
	font-size: 0.65em;
    position: absolute;
    top: 6px;
    left: 41px;
}
	.js-notify__container {
		margin-left: 60px !important;
		padding-right: 30px !important;
	}

.uk-offcanvas {
    z-index: 10000 !important;
    word-break: break-word;
}
.uk-offcanvas-bar {
    background-color: #363839 !important;
    color: #ddd !important;
    padding: 20px 0 !important;
}
.notify-row.flag,.notify-row.exclamation {
	background: #800909 !important;
}
.notify-row.exclamation-triangle {
	background: #833b00 !important
}
.notify-row.ad {
	background: #607d8b;
}

.notifyjs-offline-base {
  width: 260px;
  background: #3a4a53 !important;
  padding: 5px;
  border-radius: 4px;
}
.notifyjs-offline-base .close {
	position: absolute;
    top: 10px;
    right: 5px;
    font-size: 1.2em;
}
.notifyjs-offline-base .close_ic {
	margin-right: 0.3em;
	color: white;
}


.notifyjs-offline-base .title {
  width: 220px;
  margin: 10px 0 0 10px;
  text-align: left;
  font-weight: 400;
  color: #ffffff;
}
.notifyjs-offline-base .buttons {
  width: auto;
  font-size: 9px;
  padding: 5px;
  margin: 2px;
}
.notifyjs-offline-base button {
  font-size: 12px;
  padding: 5px 10px;
  margin: 2px;
  width: auto;
	color: black;
    background-color: #ffffff;
    border-color: #ff0000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.notifyjs-offline-base button.refersh {
	color: black;
    background-color: #ffffff;
    border-color: #ffffff;
}
.notifyjs-offline-base button.yes {
	color: black;
    background-color: #ffffff;
    border-color: #ff0000;
}
.notifyjs-offline-base button.no {
	color: black;
    background-color: #ffffff;
    border-color: #ff0000;
}


/** ICONS **/

.notify-offcanvas-bar .fa-stack-2x {
    font-size: 18px;
}
.notify-offcanvas-bar .fa-stack-1x {
	font-size: 10px;
}
.notify-offcanvas-bar .event-question .fa-stack-1x, .notify-offcanvas-bar .event-exclamation .fa-stack-1x, .notify-offcanvas-bar .event-info .fa-stack-1x {
	font-size: 11px;
}
.notify-offcanvas-bar .event-user-friends .fa-stack-1x {
	font-size: 8px;
}
.notify-offcanvas-bar .event-flag .fa-stack-1x {
	font-size: 9px;
}
.notify-offcanvas-bar .event-question .fa-stack-1x
{
}
.notify-offcanvas-bar .event-trash-alt .fa-stack-1x {
    font-size: 9px;
}
.fa-stack.event-exclamation .fa-circle,.fa-stack.event-flag .fa-circle{
	color: #833b00;
}
.fa-stack.event-exclamation-triangle .fa-circle{
	color: #800909;
}
.fa-stack.event-ad .fa-circle {
	color: #fd7e16;
}
.fa-stack.event-star .fa-circle,.fa-stack.event-trash-alt .fa-circle,.fa-stack.event-calendar-minus .fa-circle {
	color: #b92220;
}
.fa-stack.event-user .fa-circle,.fa-stack.event-map-marker-alt .fa-circle,.fa-stack.event-calendar-alt .fa-circle,.fa-stack.event-thumbs-down .fa-circle,.fa-stack.event-thumbs-up .fa-circle,.fa-stack.event-calendar-check .fa-circle,.fa-stack.event-comment .fa-circle,.fa-stack.event-info .fa-circle {
	color: #1065a8;
}
.fa-stack.event-question .fa-circle,.fa-stack.event-user-friends .fa-circle {
	color: #c56210;
}


.close_notify {
	top: 1px;
    right: -2px;
    height: 22px;
    width: 22px;
    padding: 7px;
}
@media (min-width: 992px) {
	.uk-offcanvas-bar {
	    padding: 30px 0 !important;
	}
}