body {
    background-color: #eee;
    padding-bottom: 40px;
    padding-top: 10px;
}

body.print {
    background-color: #ffffff;
}

body.print h3 {
    text-align: center;
    margin-bottom: 20px;
}

#ajaxLoading {
    text-align: center;
    z-index: 100;
    position: fixed;
    top: 25%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    padding: 10px;
    background: black;
    opacity: 0.8;
    color: white;
    border-radius: 10px;
    display: none;
}

#loadingOverlay {
    background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    opacity: 0.5;
    display: none;
}

.glnav {
    margin-top: 10px;
    margin-bottom: 10px;
}

.glnav .btn.pull-right {
    margin-left: 5px;
}

.glbrand {
    clear: both;
    text-align: center;
    padding: 30px;
}

.glheader {
    color: #fff;
    padding: 20px;
    background-color: #909090;
    margin-bottom: 30px;
}

.glheader > .container > h1 {
    font-weight: bold;
}

.glbutton {
    color: #000;
    border: 2px outset buttonface;
    text-align: left;
    font-size: 30px;
    font-weight: normal;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 10px;
    white-space: normal;
}

.glbutton.center {
    text-align: center;
}

.glbutton small{
    font-size: 18px;
    font-weight: normal;
    line-height: 10px;
}

.btn:hover {
    color: #000;
}

.panel .panel-body {
    padding-top: 25px;
}

.nav-tabs + .panel {
    border-top: 0;
    border-top-left-radius: 0;
}

h4:first-child {
    margin-top: 0;
}

.section-heading {
    margin-bottom: 25px;
    background: #ecf0f1;
    padding: 15px;
    line-height: 30px;
    border-bottom: 1px solid #e7e7e7;
}

.region-background {
    background-color: #9544CD;
}

.district-background {
    background-color: #51740c;
}

.distributor-background {
    background-color: #A33276;
}

.rep-background {
    background-color: #31B0D5;
}

.location-background {
    background-color: #eb6864;
}

.org-background {
    background-color: #286090;
}

.btn-purple {
    background-color: #B954FF;
    border-color: #9544CD;
    color: #fff;
}

.btn-green {
    background-color: #95c635;
    border-color: #79a02b;
    color: #fff;
}

.btn-pink {
    background-color: #FF51BA;
    border-color: #A33276;
    color: #fff;
}

.btn-salmon {
    background-color: #eb6864;
    border-color: #bd514e;
    color: #fff;
}

#export-button {
    margin-bottom: 5px;
}

.option-btn {
    margin-left: 5px;
}

.pageTitle {
    color:#737373;
    text-decoration:underline;
}

.plus {
    color:green;
    margin-left:5px;
}

.glheaderadmin {
    background-color: #eee;
    color: #737373;
}

.adminBreadcrumb {
    padding-left: 50px;
}

.breadcrumbTrail {
    color:#737373;
    text-decoration:underline;
}
