/**
 * 
 *  File: notify.css
 *
 *  SM Visual Studio web development notify style definitions
 *  Default styles. Default for wide normal media elements.
 *  Responsive size are: wide, desktop, laptop, tablet, phone
 *
 *  Version: 2.0.0
 *  Author: Stefano Mengarelli
 *  Copyright: (C) 2017 by Stefano Mengarelli
 * 
 *  January 2017
 * 
 */

/**
 *  Notify elements
 */

#dvNotify {
	display:none;
	position:absolute;
	z-index:9980;
	width:100%;
	height:auto;
	overflow:auto;
	left:0px;
	right:0px;
	top:0px;
	background:#404040;
	color:white;
	border-bottom:1px solid #FFF000;
}

/**
 *  Notify classes
 */

.notify-gap {
	width:100%;
	height:24px;
	overflow:hidden;
}

.notify-button-info {
	background:#B0B0B0;
	border:1px solid #FFF000;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	color:#222;
	font-family: 'Quicksand_Medium', sans-serif, Arial, Helvetica;
	font-size:9pt;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	outline-width: 0;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:8px;
	padding-right:8px;
	height:26px;
	line-height:24px;
	margin-left:8px;
	vertical-align:middle;
}

.notify-button-ok {
	background:#FFF000;
	border:1px solid #B0B0B0;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	color:#222;
	font-family: 'Quicksand_Medium', sans-serif, Arial, Helvetica;
	font-size:9pt;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	outline-width: 0;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:8px;
	padding-right:8px;
	height:26px;
	line-height:24px;
	margin-left:8px;
	vertical-align:middle;
}
