﻿.nubbin {
	display: none;
	position: absolute;
	top: 0;
	left: -40px;
	padding: 4px 5px 5px 10px;
	width: 25px;
	background-image: url(../../style/images/nubbin-bg.png);
	background-repeat: no-repeat;
	font-size: 10px;
	font-weight: bold;
}

.nubbin a {
	text-decoration: underline;
}

/* for editable text */
.widget.editable {
	position: relative;
}

.widget.editable:hover { }

.add-editable-text {
	color: #999;
	font-style: italic;
	margin: 5px 0;
	border: 1px dotted #999;
	border-width: 1px 0;
	padding: 10px;
	cursor: pointer;
}

.clearfix {
	display: block;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.button {
	border: 1px solid #ccc;
	padding: 5px;
	background-color: #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-family: inherit;
	font-weight: bold;
	color: #333;
	cursor: pointer;
}

.button:hover {
	border-color: #999;
	background-color: #ccc;
	color: #000;
}

.button:active {
	border-color: #999;
	background-color: #999;
	color: #fff;
}

/* flash messages */
.flash {
	padding: 5px;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#error.flash {
	background-color: #fcc;
	color: #c00;
}

#message.flash {
	background-color: #dfb;
	color: #361;
}

div.fieldGroup {
	position: relative;
	margin-bottom: 10px;
}

div.fieldGroup div.label {
	position: absolute;
	width: 14em;
	padding-right: 2px;
}

div.fieldGroup div.value {
	position: relative;
	top: 0px;
	left: 14em;
	margin-right: 14em; /* set to whatever left is */
}

div.fieldGroup div.value.important {
	font-weight: bold;
}

.validation-summary-errors {
	color: Red;
	border: solid 1px red;
	margin-bottom: 15px;
}

/* Add basic support for glyphicons. Taken from bootstrap 2.3.2 */
[class^="glyphicon-"],
[class*=" glyphicon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("../../../areas/workgroups/content/bootstrap/img/glyphicons-halflings.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
}
.glyphicon-bookmark {
    background-position: -72px -48px;
}