/*
------------------------------
	Impromptu clean blue
------------------------------
*/
/* #14966 update Impromptu.css (cleanblue theme) to latest version 6.0.0 */
.cleanbluewarning .cleanblue
{
	background-color: #acb4c4;
}
.cleanbluefade
{
	position: absolute !important; /* #18479 - prompt does not show up in Microsoft Edge or IE 11 on Windows 10 without !important */
	background-color: #aaaaaa;
}
div.cleanblue
{
	font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
	position: absolute;
	background-color: #ffffff;
	min-width: 300px; /*#10724 change width to min-width, in order to allow wide alert content to show*/
	font-size: 11px;
	text-align: left;
	border: solid 1px rgb(238, 238, 238);
}
div.cleanblue .cleanbluecontainer
{
	background-color: #ffffff;
	border-top: solid 14px #213e80;
	padding: 5px;
	font-weight: bold;
}
div.cleanblue .cleanblueclose
{
    position: absolute;
    top: 4px;
    right: -2px;
    width: 18px;
    cursor: default;
    color: #bbbbbb;
    font-weight: bold;
}
div.cleanblue .cleanbluemessage
{
	padding: 10px;
	line-height: 20px;
	font-size: 11px;
	color: #333333;
    max-width: 920px; /* #15974 set max-width and word-wrap settings in cleanbluemessage, otherwise, if content is long string, bluewindow would stretch out of screen */
    word-wrap: break-word; /* #15974 set max-width and word-wrap settings in cleanbluemessage, otherwise, if content is long string, bluewindow would stretch out of screen */
}
div.cleanblue .cleanbluetitle 
{   
    padding: 10px 10px 0 10px;
    font-size: 14px;
    color: #333333;
}
div.cleanblue .cleanbluebuttons
{
	text-align: right;
	padding: 5px 0 5px 0;
	border: solid 1px #eeeeee;
	background-color: #ffffff;
}
div.cleanblue button
{
	padding: 3px 10px;
	margin: 0 10px;
	background-color: #314e90;
	border: solid 1px #f4f4f4;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}
div.cleanblue button:hover
{
	border: solid 1px #d4d4d4;
}
