.group-title {
/*    border-bottom: 1px solid #ccc;*/
    /*margin-bottom: 10px;*/
    font-size: 14px;
    font-weight: bold;
    color: #428bca;
    /*border-left: 5px solid #428bca;*/
    padding: 3px 0 3px 5px;
}

.group-title {
/*    border-bottom: 1px solid #ccc;*/
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #4a535e;
    border-left: 5px solid #428bca;
    padding: 3px 0 3px 5px;
}

p.text-primary {
    margin: 0;
}

.table-question {
    margin-bottom: 0;
}

.table-question tbody > tr > td {
    padding-bottom: 0;
}

.mt0, input[type="radio"], input[type="checkbox"] .mt0 { margin-top: 0 !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mr10 { margin-right: 10px !important; }
.mr20 { margin-right: 20px !important; }
.ml5 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.mr0 { margin-right: 0px !important; }
.mr5 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr30 { margin-right: 30px !important; }
.mb0, input[type="radio"], input[type="checkbox"] .mb0 { margin-bottom: 0px; }
.mb5 { margin-bottom: 5px; }
.mb8 { margin-bottom: 8px; }
.mb9 { margin-bottom: 9px; }
.mb10 { margin-bottom: 0px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.nomargin { margin: 0; }
.nopadding { padding: 0; }
.padding10 { padding: 10px; }
.padding15 { padding: 15px; }
.padding20 { padding: 20px; }
.noborder { border: 0; }
.height200 { height: 200px; }
.height300 { height: 300px; }
.width100p { width: 100%; }
.width300 { width: 300px; }

.text-black { color: #000; }

.inline-block { display: inline-block; }

.tooltips {cursor: help;}
.tooltip-inner {
	text-align: left;
	max-width: 500px;
}

.required {color: #a94442;}
.has-error .rdio label, span.error {color: #a94442;}

/* gritter */
#gritter-notice-wrapper {
	position:fixed;
	top:20px;
	right:5px;
	width:301px;
	z-index:9999;
}
.gritter-item {
	color:#fff;
	padding: 10px;
	font-size: 100%;
}
.gritter-item p {
	padding:0;
	margin:0;
	word-wrap:break-word;
	line-height: 18px;
	font-size: 13px;
	opacity: 1;
}
.growl-primary {
	background: rgba(66,139,202,0.97);
}
.growl-success {
	background: rgba(92,184,92,0.97);
}
.growl-warning {
	background: rgba(240,173,78,0.97);
}
.growl-danger {
	background: rgba(217,83,79,0.97);
}
.growl-info {
	background: rgba(91,192,222,0.97);
}
.gritter-image {
	width:30px;
	height:30px;
}
.gritter-with-image {
	width:245px;
}
.panel-signin {
    width: 430px;
}