select.viewelement, input.viewelement, textarea.viewelement{
	border:1px solid #333;
	font-size:18px;
	color:#666;
}
select.viewelement{
	padding:3px;
}

#collapseOne{
	background-color:#eee;
}

textarea.viewelement{
	height:300px;
}
.chosen-container{
	font-size:18px;
}
.chosen-choices .search-field input{
	width:125px;
}
.chosen-container-multi .chosen-choices,.chosen-container .chosen-choices{
	padding:2px;
}
.chosen-container, .chosen-container-multi{
	border:1px solid #333;
}
.chosen-container-multi .chosen-choices li.search-choice,.chosen-container .chosen-choices li.search-choice{
	padding-top: 5px;
    padding-bottom: 5px;
}
.chosen-container-multi .chosen-choices li.search-choice span,.chosen-container .chosen-choices li.search-choice span{
	line-height:18px;
}
.navbar-brand b{
	color:#2196F3 !important;
}

.btn.greenBtn{
	color: #fff !important;
    border: none !important;
    background: #27C24C !important;
}

.interMessage{
	font-style: italic;
    font-size: 120%;
    font-weight: bold;
    color: #2196F3;	 
}

.navbar-header.externalNavHeader{
	background-color:#9afbaa;
}