﻿/*Admin*/
#mainLogo {
   background: url("../images/logo_admin.png") no-repeat scroll center center;
}
#loginBox #logo {
   background: rgba(0, 0, 0, 0) url("../images/customer_logo_login.png") no-repeat scroll center center;
   background-size: auto 100%;
   height: 110px;
}
#loginBody {
   background: rgba(0, 0, 0, 0) radial-gradient(ellipse at center center , #a57150 0%, #603d27 86%) repeat scroll 0 0;
   height: 100%;
   width: 100%;
}

#mainNav_header { border-color: #a57150; } 
#mainNav_header ul li.active { background: #a57150; }
#mainNav_body ul li.active > a { border-color: #a57150; }
#mainNav .inboxUnread { background: #a57150; }
#toolbar ul li a#logout { background: #a57150; }
#toolbar ul li a:hover#logout { background: #852016; }
.composeButton a { background: #a57150; }
.composeButton a:hover { background: #852016; }
#contentTabs ul li.active { background: #a57150; }
#list_header { background: #a57150; }
#dashboardHeader #date { color: #a57150; }
#reportsDashboardHeader #date { color: #a57150; }
#toolbar li.favorites.active { background: #a57150; }
.dashboardRight_section .header { color: #a57150; }
.ui-widget-header .ui-state-active { border-color: #a57150 !important; }
.list_header { background: #a57150; }
#poweredBy { background: url(../images/poweredby_logo_login.png) no-repeat 10px 12px; }
.inboxListOptionsActive { color: #458bf0  !important; }
.inboxNumber { color: #458bf0 ; }
.inboxNumberActive { border-bottom: 1px solid #458bf0 ; }
.messages.unread .senderName{ color: #458bf0 ; }
.messages.unread .sendDate{ color: #458bf0 ; }
.messages.active{ background: #458bf0 ; }
.messages.active .icon:hover{ color: #2e6a83; border-color: #2e6a83; }
#messageDisplay #formActions button[type="submit"] { border: 1px solid #458bf0 ; }
#emptyResults button, #emptyResultsSimpleSearch button { background: #458bf0  none repeat scroll 0 0; }
#emptyResults button:hover, #emptyResultsSimpleSearch button:hover { background: #2e6a83  none repeat scroll 0 0; }
#mainNav_body ul li.active ul li.active a { color: #458bf0 ; }
#mainNav_body ul li ul li a:hover { color: #458bf0 ; }
#contentHeader_links a::before { background-color: #458bf0 ; }
#formActions button[type="submit"] { background: #458bf0  none repeat scroll 0 0; border: 1px solid #458bf0 ; }
#formActions button[type="submit"]:hover { background: #2e6a83 none repeat scroll 0 0; }
.formHeader { color: #458bf0 ; }
.listHeader { color: #458bf0 ; }
#loginSubmit input[type="submit"] { background: #a57150; color: #fff; }
#loginSubmit input[type="submit"]:hover { background: #852016; }