/**
*
* jQuery Metro Alert Theme Midnight
* URL: http://www.codecanyon.net/user/bamdaa
* Version: 1.0
* Author: BamDaa
* Author URL: http://www.codecanyon.net/user/bamdaa
*
*/

/* === Back Shade === */
.bmd-alert-shade.midnight
{
	background: rgba(44, 62, 80, 0.5);
}

/* === Alert, Confirm, Prompt Back === */
.bmd-alert-alert.midnight
{
	background: #2c3e50;
	color: #ecf0f1;	
}

/* === Notification Back === */
.bmd-alert-message.midnight
{
	background: #2c3e50;
	color: #fff;
	border: 3px solid #34495e;
}

/* === Title === */
.bmd-alert-alert.midnight .bmd-alert-title
{
	font-family: "Open Sans Condensed";
	font-size: 22px;	
	margin: 0;
	text-align: center;
}

/* === Title in Notification Message === */
.bmd-alert-message.midnight .bmd-alert-title
{
	line-height: 1em;
	text-align: left;
}

/* === Message Container === */
.bmd-alert-alert.midnight .bmd-alert-content,
.bmd-alert-message.midnight .bmd-alert-content
{
	font-family: "Open Sans Condensed";
	font-size: 16px;
	text-align: center;
}

/* === Message Container in Notification Message === */
.bmd-alert-message.midnight .bmd-alert-content
{
	text-align: left;
}

/* === Prompt input Container === */
.bmd-alert-alert.midnight .bmd-alert-input
{
	margin: 10px 0 0;
}

/* === Prompt input === */
.bmd-alert-alert.midnight .bmd-alert-input input
{
	font: 12px Tahoma;
	color: #444;
	border: 1px solid #ddd ;
	box-shadow: 0 0 5px 0 #ddd inset; 
	background: #fff;
	padding: 7px;	
}

/* === Buttons container === */
.bmd-alert-alert.midnight .bmd-alert-foot
{
	margin-top: 20px;
	text-align: center;
}

/* === Buttons === */
.bmd-alert-alert.midnight .bmd-alert-foot button
{
	font-family: "Open Sans Condensed";
	font-size: 16px;
	font-weight: bold;
	padding: 3px 12px;
	border: 0;
	background: #ecf0f1;
	color: #2c3e50;
	margin: 0 0 0 2px;
}

/* === Custom buttons === */
.bmd-alert-alert.midnight .bmd-custom-button
{

}