/* Header & Footer */
body {
    width: inherit;
}

html, body, #body_container {
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

body > #body_container {
    height: auto;
    min-height: 100%;
    padding-bottom: 100px;
}

#logo_container {
    padding-top: 10px;
    display: block;
    float: left;
}

#header {
    margin: 0px auto;
    width: 968px;
    text-align: right;
    font-weight: bold;
}

#header .header_top {
    overflow: auto;
}

#content {
    padding-top: 20px;
    min-height: 450px;
    width: 968px;
    margin: 0px auto;
}

#header_custom {
    min-height: 120px;
}

#footer,
#footer_custom {
    padding: 0;
    height: 80px;
    position: relative;
    /*background: url("/views/images/template/striped_background.png");*/
}

#footer_content {
    width: 968px;
    margin: 0 auto;
    padding: 5px 0;
}

#footer.no_shadow_footer #copyright {
    text-shadow: none;
    color: #222;
}

#footer.no_shadow_footer #footer_navigation li a {
    text-shadow: none;
}

#footer.no_shadow_footer #footer_shadow {
    border-top: none;
}

#footer_background {
    min-height: 100%;
}

.bottom-spacer {
    height: 90px;
    clear: both;
}

.panel {
    background-color: white;
}

/* page contents & side bar */
.widget {
    background-color: white;
    margin-bottom: 11px;
}

.widget:empty {
    margin: 0px;
}

.widget_bottom {
    display: none;
}

.clear-both {
    clear: both;
}

#page_contents {
    display: inline-block;
    width: 630px;
    float: right;
}

#page_sidebar {
    display: inline-block;
    width: 315px;
    float: left;
}

.page_direction_ltr #page_contents {
    float: right;
}

.page_direction_ltr #page_sidebar {
    float: left;
}

.page_direction_rtl #page_contents {
    float: left;
}

.page_direction_rtl #page_sidebar {
    float: right;
}

.widget_purple_header,
.panel .panel-heading.widget_purple_header {
    /*border: 3px solid white;*/
    background-color: #e8ebf8;
    font-weight: bold;
    padding: 4px 8px;
    position: relative;
}

.widget_purple_header h2, .widget_purple_header h3, .widget_purple_header h4 {
    font-weight: bold;
}

.widget_purple_header_right {
    position: absolute;
    top: 5px;
    right: 5px;
}

.widget_purple_header_right a {
    color: #5F6060;
    font-weight: normal;
}

.panel .widget_content {
    padding: 5px 0px;
}

#header_container {
    position: relative;
    /*background: url("/views/images/template/striped_background.png");*/
}

#header_register_login_container {
    float: right;
}

#header_register_login {
    margin: 0px auto;
    text-align: right;
    font-weight: bold;
}

#header_register_login .splitter {
    margin: 0px 10px;
    font-weight: normal;
    font-size: 12px;
    text-shadow: 2px 1px 0px #fafafa;
}

#header_register_login a {
    padding-left: 10px;
}

#header_register_login .label {
    font-weight: normal;
}

div.people_noborder,
div.announcement_noborder,
div.circle_noborder {
    margin-bottom: auto;
}

.popover .popover-content ul,
.popover .popover-content ol,
.job-posting ul,
.job-posting ol {
    display: block;
    list-style-type: disc;

    margin: 0;
    padding: 0 32px;

    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

.popover .popover-content ol {
    list-style-type: decimal;
}

span.location.country, span.location.state, span.location.city, span.location.zipcode {
    display: inline-block;
    padding: 1px 3px;
    margin-right: 5px;
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 11px;
    color: #575858;
    /*
    background-color: #e9e8e8;
    border: solid 1px #d3d5d5;
    */
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

span.location img.flag {
    margin-right: 0.4em;
    vertical-align: -1px;
}

a.no-outline {
    outline: none;
}

.accessibility_ada_link {
    float: left;
    margin: 0;
}