.navbar-brand { 
	padding: 4px 10px;
}
.navbar-static-top.navbar { 
	min-height: 55px; 
}
.tab-title {
	padding: 8px;
	text-align: left;
	background: #0077C8;
	color: white;
	font-size: 28px;
	border: 1px solid #75787B !important;
}
.section-title { 
	font-size: 20px; 
	font-weight: 500; 
}
.info {
	padding-top: 10px !important;
}
.crmEntityFormView .section { 
	background: #fafafa; 
	border: 1px solid #97999B; 
}
.quickform .crmEntityFormView .section { 
	border: none; 
}
/*
.crmEntityFormView fieldset {
    background-color: whitesmoke;
}
*/
.crmEntityFormView legend { 
	text-transform: uppercase; 
	color: #E87722; 
}
.form-control { 
	color: #333333 !important; 
	border: 1px solid #97999B !important; 
}
.crmEntityFormView .form-control.readonly, .crmEntityFormView .form-control[readonly][disabled], .form-readonly .form-control {
    padding: 6px 12px;
	cursor: not-allowed;
	background-color: #eeeeee !important;
}
.crmEntityFormView .form-control.readonly:focus, .crmEntityFormView .form-control[readonly][disabled]:focus, .form-readonly .form-control:focus {
    outline: none;
}
.addressCompositeControl {
	margin-top: 10px !important;
}
.popover-title {
	background-color: #75787B !important;
	color: #FFFFFF !important;
}
.input-group-btn>.btn { 
	padding: 5px 10px !important; 
	height: 35px !important;
}
.crmEntityFormView .cell.checkbox-cell { 
	padding: 10px 30px !important; 
}
.boolean-radio-cell .info { 
	padding-bottom: 10px !important; 
}
.crmEntityFormView td.cell { 
	padding-top: 5px; 
}
.crmEntityFormView .cell .field-label { 
	color: #333333; 
}
.table>thead { 
	font-size: 14px; 
}
.table>tbody { 
	font-size: 12px; 
}
.navbar-inverse .navbar-nav > li > a:hover { 
	border-bottom: 4px solid #0077c8 !important; 
}
.page-header {
	padding-bottom: 0px;
	margin: 10px 0 10px;
	background-color: #231f20;
	border-bottom: none;
}
.page-header H1 {
	color: #FFFFFF;
	padding-left: 10px;
	padding-bottom: 5px;
	border: 1px solid darkgrey;
}
footer .footer-top {
	min-height: 50px !important;
}
footer .footer-bottom {
	padding: 20px 0 !important;
}
.dashboard .entity-grid {
	height: auto !important;
}