﻿body {
	background-image: none;
	background-repeat: repeat-x;
	background-color: white;
	margin: 0;
	padding: 0; 
	font-size:12px;
	font-family: 'Trebuchet MS',sans-serif;
}

.widget.complete {
	vertical-align:top;
	text-align: center;
	margin-top:10px;
	background-color: #F1F5FB;
}

.widget.notification {
	width: 300px;
	padding: 12px 3px 3px 3px;
}

.widget.notification select {
	border-radius: 4px;
	background: #fff !important;
	height: 28px;
}

.widget.notification select.valid {
	border: 1px solid #B8C9DB !important;
}

.widget.notification select.invalid {
	border: 1px solid #FF0000 !important;
}

.widget.commandgap {
	height: 36px;
}

.widget.commandbar {
	position:fixed; 
	left: 0px; bottom: 0px; 
	width: 100%; height: 36px;
}

.widget.task.col-sm {
	margin-bottom: 4px;
}