/* OmegaFi Only Styles */

#uiGlobal {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

#uiLogoLink {
	float: left;
}

#uiHeader #logo {
	width: 216px;
	height: 71px;
	background: url('/images/omegafi_logo_slogan.png') no-repeat;
}

#uiQuickLinks {
	float: right;
}

label {
    color: #4e3227;
}

h3.pagetitle,
.portlet .portlet-header h3.title {
	color: #4C3327;
}

#uiPortletCanvas .portlet {
    margin: 0 0 50px 0;
}

#uiPortletsBar .addcontent {
	background-color: #8CB8C6;;
	color: #FFF;
}

a,
a:hover,
a:focus,
.ui-dialog a,
.ui-widget-content a {
	color: #A71930;
}

#uiLeftColumn {
	border-style: solid;
	border-width: 0 1px 0 0;
	border-color: #999;
	padding: 0;
}

#uiLeftColumnInner {
	margin: 0;
	padding: 10px 0px;
}

#uiPoweredByLink {
	display: none;
}

.btn.btn-primary,
.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
	background-color: #A71930;
	color: #FFF;
}

.badge {
    background-color: #A71930;
}

.btn.btn-round,
.ui-dialog .ui-dialog-titlebar-close {
	border: 1px solid #4C3327;
    border-radius: 50% !important;
    color: #4C3327;
}

.panel-default > .panel-heading, 
.table tr.heading th, 
.table tr.heading td, 
table tr.heading th {
    background-color: #8CB8C6;
	color: #FFF;
}

.panel-default > .panel-heading {
	border: 1px solid #8EBBF1;
}

#uiLeftColumn .linklist a:hover,
#uiLeftColumn a.activenav {
	color: #A71930;
}

.mylinks .linklist li:hover {
	background-color: #F2F2F2;
}