
/* CORE STYLES*/

	/* noty bar */
	.noty_bar.noty_theme_twitter {
    font-size: 13px;
    line-height: 18px;
    text-shadow: 0 1px 0 #f4f4f4;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    opacity:0.9;
	}
	
	/* custom container */
	.noty_custom_container.noty_theme_twitter.noty_layout_inline {
		position: relative;
	}
	
	/* custom growl container */
	.noty_custom_container.noty_theme_twitter.noty_layout_inline .noty_cont.noty_layout_inline {
		position: static;
	}
		/* custom noty bar */
		.noty_custom_container.noty_theme_twitter.noty_layout_inline .noty_bar {
			position: static;
		}
			.noty_custom_container.noty_theme_twitter.noty_layout_inline .noty_bar .noty_message {
				font-size: 13px;
				padding: 4px;
			}
				.noty_custom_container.noty_theme_twitter.noty_layout_inline .noty_bar .noty_message .noty_buttons {
					margin-top: -1px;
				}
	
	/* noty_message */
	.noty_bar.noty_theme_twitter .noty_message {
		padding: 10px 15px;
	}
	/* noty_has_close_button */
	.noty_bar.noty_theme_twitter.noty_closable .noty_message {
		padding: 8px 35px 8px 14px;
	}
	
	/* noty_buttons */
	.noty_bar.noty_theme_twitter .noty_message .noty_buttons {
		float: right;
		margin-top: -5px;
		margin-left: 4px;
	}
	
	/* noty_button */
	.noty_bar.noty_theme_twitter .noty_message .noty_buttons button {
		margin-left: 5px;
	}
	
	/* noty close button */
	.noty_bar.noty_theme_twitter .noty_close {
		position: absolute;
		top:11px;
		right: 14px;
        width: 14px;
        height: 14px;
        background: url('../../../Content/images/icons/glyphicons-halflings-white.png') no-repeat;
        background-position: -168px -96px;
		opacity: .7;
	}
	
	/* noty close button hover */
	.noty_bar.noty_theme_twitter .noty_close:hover {
		opacity: 1;
	}
	
	/* noty modal */
	.noty_modal.noty_theme_twitter {
		opacity: 0.7;
	}
	
/* LAYOUTS */

	/* noty_layout_topLeft & noty_layout_topRight */
	/*.noty_bar.noty_theme_twitter.noty_layout_center,
	.noty_bar.noty_theme_twitter.noty_layout_topCenter,
	.noty_bar.noty_theme_twitter.noty_layout_topLeft,
	.noty_bar.noty_theme_twitter.noty_layout_topRight,
	.noty_bar.noty_theme_twitter.noty_layout_bottomLeft,
	.noty_bar.noty_theme_twitter.noty_layout_bottomRight {
		-webkit-border-radius: /4px;
		-moz-border-radius: /4px;
		border-radius: 4px;
	}*/
	.noty_bar.noty_theme_twitter.noty_layout_topLeft .noty_message .noty_buttons,
	.noty_bar.noty_theme_twitter.noty_layout_topRight .noty_message .noty_buttons,
	.noty_bar.noty_theme_twitter.noty_layout_bottomLeft .noty_message .noty_buttons,
	.noty_bar.noty_theme_twitter.noty_layout_bottomRight .noty_message .noty_buttons {
		float: none;
		border-top: 1px solid #e5e5e5;
	  margin-left: 0;
	  margin-top: 10px;
	  padding-top: 10px;
	  text-align: right;
	}
	
	.noty_bar.noty_theme_twitter.noty_layout_center .noty_message .noty_buttons,
	.noty_bar.noty_theme_twitter.noty_layout_topCenter .noty_message .noty_buttons {
		margin-left: 15px;
		margin-top: -2px
	}
	
/* NOTIFICATION TYPES */

	/* noty_notification */
	.noty_bar.noty_theme_twitter.noty_notification {
		background-color: #fcfcfc;
		border: 1px solid #e5e5e5;
		color: #555;
	}
	.noty_bar.noty_theme_twitter.noty_notification.noty_layout_topLeft .noty_message .noty_buttons,
	.noty_bar.noty_theme_twitter.noty_notification.noty_layout_topRight .noty_message .noty_buttons,
	.noty_bar.noty_theme_twitter.noty_notification.noty_layout_bottomLeft .noty_message .noty_buttons,
	.noty_bar.noty_theme_twitter.noty_notification.noty_layout_bottomRight .noty_message .noty_buttons {
    border-color: #e5e5e5;
  }
  
	/* noty_warning */
	.noty_bar.noty_theme_twitter.noty_warning {
		background-color: #FCF8E3;
		border: 1px solid #FBEED5;
		color: #C09853;
	}
	.noty_bar.noty_theme_twitter.noty_warning.noty_layout_topLeft .noty_message .noty_buttons,
	.noty_bar.noty_theme_twitter.noty_warning.noty_layout_topRight .noty_message .noty_buttons,
	.noty_bar.noty_theme_twitter.noty_warning.noty_layout_bottomLeft .noty_message .noty_buttons,
	.noty_bar.noty_theme_twitter.noty_warning.noty_layout_bottomRight .noty_message .noty_buttons {
    border-color: #FBEED5;
  }
  
	/* noty_alert */
	.noty_bar.noty_theme_twitter.noty_alert {
		background-color: #FCF8E3;
		border: 1px solid #FBEED5;
		color: #C09853;
	}
	.noty_bar.noty_theme_twitter.noty_alert.noty_layout_topLeft .noty_message .noty_buttons,
	.noty_bar.noty_theme_twitter.noty_alert.noty_layout_topRight .noty_message .noty_buttons,
	.noty_bar.noty_theme_twitter.noty_alert.noty_layout_bottomLeft .noty_message .noty_buttons,
	.noty_bar.noty_theme_twitter.noty_alert.noty_layout_bottomRight .noty_message .noty_buttons {
    border-color: #FBEED5;
  }
  
	/* noty_error */
	.noty_bar.noty_theme_twitter.noty_error {
		background-color: #CF0000;
		/*border: 1px solid #eee;*/
		color: #fff;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
	}
	.noty_bar.noty_theme_twitter.noty_error.noty_layout_topLeft .noty_message .noty_buttons,
	.noty_bar.noty_theme_twitter.noty_error.noty_layout_topRight .noty_message .noty_buttons,
	.noty_bar.noty_theme_twitter.noty_error.noty_layout_bottomLeft .noty_message .noty_buttons,
	.noty_bar.noty_theme_twitter.noty_error.noty_layout_bottomRight .noty_message .noty_buttons {
    border-color: #EED3D7;
  }
  
	/* noty_success */
	.noty_bar.noty_theme_twitter.noty_success {
		background-color: #138496;
		/*border: 1px solid #eee;*/
		color: #fff;
		text-shadow: none;
	}
	.noty_bar.noty_theme_twitter.noty_success.noty_layout_topLeft .noty_message .noty_buttons,
	.noty_bar.noty_theme_twitter.noty_success.noty_layout_topRight .noty_message .noty_buttons,
	.noty_bar.noty_theme_twitter.noty_success.noty_layout_bottomLeft .noty_message .noty_buttons,
	.noty_bar.noty_theme_twitter.noty_success.noty_layout_bottomRight .noty_message .noty_buttons {
    border-color: #D6E9C6;
  }
  
	/* noty_information */
	.noty_bar.noty_theme_twitter.noty_information {
		background-color: #7da1d1;
		/*border: 1px solid #eee;*/
		text-shadow: none;
		color: #fff;
	}
	.noty_bar.noty_theme_twitter.noty_information.noty_layout_topLeft .noty_message .noty_buttons,
	.noty_bar.noty_theme_twitter.noty_information.noty_layout_topRight .noty_message .noty_buttons,
	.noty_bar.noty_theme_twitter.noty_information.noty_layout_bottomLeft .noty_message .noty_buttons,
	.noty_bar.noty_theme_twitter.noty_information.noty_layout_bottomRight .noty_message .noty_buttons {
    border-color: #BCE8F1;
  }
  