/* ------------------------------------------------------------------------------
*
*  # Alert component
*
*  Overrides for alerts bootstrap component
*
*  Version: 1.1
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */
.alert {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
  }
  .alert .alert-heading {
    margin-top: 0;
    margin-bottom: 5px;
  }
  .alert .alert-link {
    color: inherit;
  }
  .alert .close,
  .alert .close:hover,
  .alert .close:focus {
    color: inherit;
  }
  .alert-primary {
    background-color: #E3F2FD;
    border-color: #1E88E5;
    color: #1565C0;
  }
  .alert-primary hr {
    border-top-color: #187bd1;
  }
  .alert-primary .alert-link {
    color: #104d92;
  }
  .alert-primary,
  .alert-primary .close {
    color: #104d92;
  }
  .alert-success,
  .alert-success .close {
    color: #205823;
  }
  .alert-info,
  .alert-info .close {
    color: #00545c;
  }
  .alert-warning,
  .alert-warning .close {
    color: #aa3510;
  }
  .alert-danger,
  .alert-danger .close {
    color: #000000;
  }
  .alert.alert-rounded {
    border-radius: 100px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .alert-component[class*=alert-styled-] {
    background-color: #fff;
  }
  .alert[class*=bg-] a,
  .alert[class*=bg-] .alert-link {
    color: #fff;
  }
  .alert[class*=alert-styled-]:after {
    content: '\e9a2';
    font-family: 'icomoon';
    color: #fff;
    width: 44px;
    left: -44px;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .alert[class*=alert-styled-].alert-danger:after,
  .alert[class*=alert-styled-][class*=bg-danger]:after {
    content: '\ed64';
  }
  .alert[class*=alert-styled-].alert-success:after,
  .alert[class*=alert-styled-][class*=bg-success]:after {
    content: '\ed6e';
  }
  .alert[class*=alert-styled-].alert-warning:after,
  .alert[class*=alert-styled-][class*=bg-warning]:after {
    content: '\e9bd';
  }
  .alert[class*=alert-styled-].alert-info:after,
  .alert[class*=alert-styled-][class*=bg-info]:after {
    content: '\e9b9';
  }
  .alert.alert-styled-right:after {
    left: auto;
    right: -44px;
  }
  .alert.alert-styled-custom:after {
    content: "\e81b";
  }
  .alert.alert-styled-left {
    border-left-width: 44px;
  }
  .alert.alert-styled-left[class*=bg-] {
    border-left-color: rgba(0, 0, 0, 0.15) !important;
  }
  .alert.alert-styled-right {
    border-right-width: 44px;
  }
  .alert.alert-styled-right[class*=bg-] {
    border-right-color: rgba(0, 0, 0, 0.15) !important;
  }
  .alert:not(.ui-pnotify)[class*=alert-arrow-]:before,
  .ui-pnotify.alert[class*=alert-arrow-] > .brighttheme:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    border-left: 5px solid;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left-color: inherit;
    margin-top: -5px;
  }
  .alert:not(.ui-pnotify).alert-arrow-right:before,
  .ui-pnotify.alert.alert-arrow-right > .brighttheme:before {
    left: auto;
    right: 0;
    border-left: 0;
    border-right: 5px solid;
    border-right-color: inherit;
  }
  

.noty_theme__backstrap.noty_bar {
	margin: 4px 0;
	overflow: hidden;
	position: relative;
	border: 1px solid transparent;
	border-radius: .25rem
}

.noty_theme__backstrap.noty_bar .noty_body {
	padding: .75rem 1.25rem;
	font-weight: 300
}

.noty_theme__backstrap.noty_bar .noty_buttons {
	padding: 10px
}

.noty_theme__backstrap.noty_bar .noty_close_button {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .5;
	background: transparent
}

.noty_theme__backstrap.noty_bar .noty_close_button:hover {
	background: transparent;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: .75
}

.noty_theme__backstrap.noty_type__alert,
.noty_theme__backstrap.noty_type__note,
.noty_theme__backstrap.noty_type__notice,
.noty_theme__backstrap.noty_type__notification {
	background-color: #fff;
	color: inherit
}

.noty_theme__backstrap.noty_type__warning {
	color: #fffdf5;
	background-color: #ffc107;
	border-color: #ebb206
}

.noty_theme__backstrap.noty_type__danger,
.noty_theme__backstrap.noty_type__error {
	color: #fdf6f6;
	background-color: #cd201f;
	border-color: #bd1d1d
}

.noty_theme__backstrap.noty_type__info,
.noty_theme__backstrap.noty_type__information {
	color: #f9fdfe;
	background-color: #63c2de;
	border-color: #5bb2cc
}

.noty_theme__backstrap.noty_type__success {
	color: #f8fcf9;
	background-color: #4dbd74;
	border-color: #47ae6b
}

.noty_theme__backstrap.noty_type__primary {
	color: #f8fafd;
	background-color: #467fd0;
	border-color: #4075bf
}

.noty_theme__backstrap.noty_type__secondary {
	color: #2f353a;
	background-color: #c8ced3;
	border-color: #b8bec2
}

.noty_theme__backstrap.noty_type__light {
	color: #2f353a;
	background-color: #f0f3f9;
	border-color: #dde0e5
}

.noty_theme__backstrap.noty_type__dark {
	color: #f7f7f7;
	background-color: #2f353a;
	border-color: #2b3135
}



#noty_layout__bottom,
#noty_layout__bottomCenter,
#noty_layout__bottomLeft,
#noty_layout__bottomRight,
#noty_layout__center,
#noty_layout__centerLeft,
#noty_layout__centerRight,
#noty_layout__top,
#noty_layout__topCenter,
#noty_layout__topLeft,
#noty_layout__topRight,
.noty_layout_mixin {
	position: fixed;
	margin: 0;
	padding: 0;
	z-index: 9999999;
	transform: translateZ(0) scale(1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: subpixel-antialiased;
	filter: blur(0);
	-webkit-filter: blur(0);
	max-width: 90%
}

#noty_layout__top {
	top: 0;
	left: 5%;
	width: 90%
}

#noty_layout__topLeft {
	top: 20px;
	left: 20px;
	width: 325px
}

#noty_layout__topCenter {
	top: 5%;
	left: 50%;
	width: 325px;
	transform: translate(calc(-50% - .5px)) translateZ(0) scale(1)
}

#noty_layout__topRight {
	top: 20px;
	right: 20px;
	width: 325px
}

#noty_layout__bottom {
	bottom: 0;
	left: 5%;
	width: 90%
}

#noty_layout__bottomLeft {
	bottom: 20px;
	left: 20px;
	width: 325px
}

#noty_layout__bottomCenter {
	bottom: 5%;
	left: 50%;
	width: 325px;
	transform: translate(calc(-50% - .5px)) translateZ(0) scale(1)
}

#noty_layout__bottomRight {
	bottom: 20px;
	right: 20px;
	width: 325px
}

#noty_layout__center {
	top: 50%;
	left: 50%;
	width: 325px;
	transform: translate(calc(-50% - .5px), calc(-50% - .5px)) translateZ(0) scale(1)
}

#noty_layout__centerLeft {
	left: 20px
}

#noty_layout__centerLeft,
#noty_layout__centerRight {
	top: 50%;
	width: 325px;
	transform: translateY(calc(-50% - .5px)) translateZ(0) scale(1)
}

#noty_layout__centerRight {
	right: 20px
}

.noty_progressbar {
	display: none
}

.noty_has_timeout.noty_has_progressbar .noty_progressbar {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 100%;
	background-color: #646464;
	opacity: .2;
	filter: alpha(opacity=10)
}

.noty_bar {
	-webkit-backface-visibility: hidden;
	transform: translate(0) scale(1);
	-webkit-font-smoothing: subpixel-antialiased;
	overflow: hidden
}

.noty_effects_open {
	opacity: 0;
	transform: translate(50%);
	-webkit-animation: noty_anim_in .5s cubic-bezier(.68, -.55, .265, 1.55);
	animation: noty_anim_in .5s cubic-bezier(.68, -.55, .265, 1.55);
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

.noty_effects_close {
	-webkit-animation: noty_anim_out .5s cubic-bezier(.68, -.55, .265, 1.55);
	animation: noty_anim_out .5s cubic-bezier(.68, -.55, .265, 1.55);
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

.noty_fix_effects_height {
	-webkit-animation: noty_anim_height 75ms ease-out;
	animation: noty_anim_height 75ms ease-out
}

.noty_close_with_click {
	cursor: pointer
}

.noty_close_button {
	position: absolute;
	top: 2px;
	right: 2px;
	font-weight: 700;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	background-color: rgba(0, 0, 0, .05);
	border-radius: 2px;
	cursor: pointer;
	transition: all .2s ease-out
}

.noty_close_button:hover {
	background-color: rgba(0, 0, 0, .1)
}

.noty_modal {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 10000;
	opacity: .3;
	left: 0;
	top: 0
}

.noty_modal.noty_modal_open {
	opacity: 0;
	-webkit-animation: noty_modal_in .3s ease-out;
	animation: noty_modal_in .3s ease-out
}

.noty_modal.noty_modal_close {
	-webkit-animation: noty_modal_out .3s ease-out;
	animation: noty_modal_out .3s ease-out;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

@-webkit-keyframes noty_modal_in {
	to {
		opacity: .3
	}
}

@keyframes noty_modal_in {
	to {
		opacity: .3
	}
}

@-webkit-keyframes noty_modal_out {
	to {
		opacity: 0
	}
}

@keyframes noty_modal_out {
	to {
		opacity: 0
	}
}

@-webkit-keyframes noty_anim_in {
	to {
		transform: translate(0);
		opacity: 1
	}
}

@keyframes noty_anim_in {
	to {
		transform: translate(0);
		opacity: 1
	}
}

@-webkit-keyframes noty_anim_out {
	to {
		transform: translate(50%);
		opacity: 0
	}
}

@keyframes noty_anim_out {
	to {
		transform: translate(50%);
		opacity: 0
	}
}

@-webkit-keyframes noty_anim_height {
	to {
		height: 0
	}
}

@keyframes noty_anim_height {
	to {
		height: 0
	}
}
