.dki-banner{
	position: fixed;			
	height: auto;
	z-index: 5000000;
	display: block;
	overflow:hidden;
	font-size: 12px;
	font-weight: normal;
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	color:#333;
}


.dki-banner.hidden{		
	height: 0px;
	overflow: hidden;
}

html.no-csstransitions .dki-banner.hidden{
	display: none;
}

html.csstransitions .dki-banner{	
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

/* Stops scrollbars from showing when collapsing */
.dki-banner:not(.expanded) .dki-banner-notificationArea {
	overflow:hidden;
}
.dki-banner-header {
	float: left;	
	height: 27px;
	line-height: 27px;
	padding-right: 5px;
	background-color : #AADAE8;
	text-align:center;
}
.dki-banner-header.gray {
	background-color: #DADADA;
}
.dki-banner-header.yellow {
	background-color: #FAF8AD;
}
.dki-banner-header.red {
	background-color: #F38B88;
}
.dki-banner-header *{
	vertical-align: middle;
}

.dki-banner-header .fa{
	float: right;
	vertical-align: middle;
    line-height: 27px;
    cursor: pointer;
	height: 100%;
	width: 20px;
	display: inline-block;
	margin-left: 4px;
}

.dki-banner-title{
	height: 100%;
	white-space:nowrap;
	font-size: 13px;
	line-height: 13px;
	padding-top: 7px;
	padding-left: 7px;
	overflow: hidden;
	font-weight: bold;
	display:inline-block;
	box-sizing:border-box;
}

#eventLoggerContainer .dki-banner-title{
	color: #FFFFFF;
}

.dki-banner-expand.max{
	background-image: url("../../images/adminicons/widgets/banner/maximize.png");
}
.dki-banner-expand.min{
	background-image: url("../../images/adminicons/widgets/banner/minimize.png");
}

.dki-banner-bottomBar{
	background-color: #fff;
	height: 30px;
	overflow:hidden;
	padding:5px 0;
}

html.csstransitions .dki-banner-bottomBar.hidden{
	height: 0px;
}

html.no-csstransitions .dki-banner-bottomBar.hidden{
	display: none;
}

.dki-banner-dismissAll{	
	width: 60px;
	height: 22px;
	float: right;
	margin-right: 10px;
	margin-top: 4px;
}

.dki-banner-notificationArea{
	height: 0px;
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;	
	border-top: 0px;
	background-color:#FFF;
	border: 1px solid #EDEDED;
	border-top: transparent;
}

#eventLoggerContainer .dki-banner-notificationArea{
	border: 0;
}

.dki-banner-notificationArea.rounded{
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

html.csstransitions .dki-banner-notificationArea, html.csstransitions .dki-banner-bottomBar{	
	-webkit-transition: height 0.5s ease-in-out;
	-moz-transition: height 0.5s ease-in-out;
	-o-transition: height 0.5s ease-in-out;
	-ms-transition: height 0.5s ease-in-out;
	transition: height 0.5s ease-in-out;
}

/* notice styles*/
.dki-banner-notice.pointer,
.dki-banner-title.pointer {
	cursor: pointer;
}

.dki-banner-notice-wrapper{
	margin: 10px;
	padding: 10px 5px;
	border-bottom: 1px solid #bbb;
}
.dki-banner-notice:last-child .dki-banner-notice-wrapper {
	border-bottom:none;
}
.dki-banner-notice-wrapper > * {
	padding: 0px 10px;
}

html.csstransitions .dki-banner-notice.hidden{
	display:none;
}

.dki-banner-notice-title{
	font-weight: bold;
}
.dki-banner-notice-message{
	margin-left: 5px;
	line-height: 15px;
	
}
.dki-banner-notice-bottomBar{
	text-align: right;
	margin-top: 8px;
}
.dki-banner-notice-doNotShow{
	display: inline-block;
	float: left;
	font-size: 11px;
	position:relative;
	top:7px;
	left: 15px;
}
.dki-banner-notice-doNotShow input{
	position: relative;
	top: 2px;
}
.dki-banner-notice-doNotShow label{
	margin-left: 3px;
}
.dki-banner-notice-dismiss{
	display: inline-block;
	width: 60px;
	height: 22px;
}
.dki-banner-evMessage {
	margin: 5px 0px;
	margin: 5px 0px;
  	padding: 5px 5px;
  	line-height: 1.1em;
  	border-bottom: 1px solid #aaa;
  	box-sizing:border-box;
}
