/*body {*/
    /*!*background-image: url(/assets/img/layout/bg_body.jpg);*/
    /*background-repeat:repeat;*!*/
    /*background-color: #F5F5F5;*/
/*}*/
h1 {
    font-size: 28px;
}
h2 {
  font-size: 22px;
  line-height: 30px;
}
h3 {
  font-size: 18px;
  line-height: 28px;
}
h4 {
  font-size: 14px;
  line-height: 20px;
}
.p_small {
    font-size: 10px;
}
.p_medium {
    font-size: 14px !important;
}
.p_large {
    font-size: 16px !important;
}
.p_extra_large {
    font-size: 20px;
}
#wrapper {
    margin: 0 auto;
    width: 1020px;
    padding: 0 10px;
    background-image: url(/assets/img/layout/bg_wrap.jpg);
    background-repeat:repeat-y;
    position: relative;
}
#navbar {
    height: 55px;
    /*background-image: url(../img/layout/bg_nav_bar.png);
    background-repeat:no-repeat;
    background-position: left bottom;*/

    margin-bottom: 11px;
}
#topnav {
    color: #fff;
    text-align: right;
    padding: 10px 20px;

}

#mainheader{
    height: 212px;

    background-repeat:no-repeat;
    background-position: top;
    }
#member-header {
    height: 175px;
    background-image: none;
}


#maincontent {
    min-height:398px;
    height:auto !important;
    height:398px;
}
#footer {
    background-color: #444444;
    padding: 20px 0;
    }
#lastline {
    background-color: #2E2E2E;
    padding: 10px 0;
    border-top: 1px solid #BDBDAE;
}
#news_content {
    padding-top: 10px;
    padding-bottom: 10px;
}

/**
    Grid Fixes
**/

.container_12 {
    position: relative;
    margin-top: 15px !important;
}
/**  Services - home page  **/
.services-outer {
    background-image: url(../../img/layout/svc_block_bg.jpg);
    background-repeat:no-repeat;
    background-position: left;
    width: 298px;
    height: 82px;
    margin-bottom: 15px;
}
.services-inner {
    padding: 5px 15px 5px 60px;
}
.services-inner img {
    margin: -5px 0 0 -60px;
    float: left;
    line-height: 0;
    padding:0;
    top: 0;
    left: 0;
    position: relative;

}
.services-inner h2 {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 5px 0;
    position: relative;
}
.services-inner p {
    font-size: 11px;
    line-height: 14px;
    margin-right: 10px;
}
/**
    news_content - home page
**/
#news_content {
    color: #fff;
}
#news_content h2 {
    font-size: 20px;
    font-weight: normal;
}
#news_content p {
    font-size: 13px;
}
#news_content a {
    color: #fff;
    text-decoration: underline;
}
#news_content a:hover {
    color: #CCC;
    font-weight: bold;
}

/**
    Page Headings
**/
#page_heading {
    height: 30px;
    width: 400px;
    float: right;
    padding-right: 40px;
    color: #fff;

    background-repeat: no-repeat;
}
#page_heading h2 {
    text-align: right;
    margin-top: -5px;
    font-family: 'DigitalSerialRegular', Arial, Helvetica, sans-serif;
}
#page_heading.h_planning {
    background-position: 0 -41px;
}
#page_heading.h_insurance {
    background-position: 0 -82px;
}
#page_heading.h_referral {
    background-position: 0 -123px;
}
#page_heading.h_corporate {
    background-position: 0 -164px;
}
#page_heading.h_engine {
    background-position: 0 -205px;
}
#side_nav {
    margin-top: 15px;
}
#services_nav {
    margin: 0;
    padding: 0;
    height: 36px;
    width: 100%;
    background-image: url(../../img/layout/bg_bottom_nav.png);
    background-position: top;
    background-repeat: no-repeat;
}
.searchResults h2 {
    border-bottom:1px dotted #ccc;
}
.searchResults h2 span {
    color:#666;
    font-size:12px;
    padding-left:5px;
}
.searchResults .resultGroup {
    margin-bottom:10px;
}

/* Pagination */
.pagination {
    float: right;
    padding:3px;
    margin: 0 !important;
}
.pagination a, .pagination .selected {
    border: 1px solid;
    padding: 0 4px;
    font-size: 0.9em;
    text-decoration: none;
}
.pagination a {
    border-color: #8A7967;
    color: #999999;
    background-color: #fff;
    margin: 0 2px;
}
.pagination a:hover {
    text-decoration: none;
    background-color: #e6e2de;
}
.pagination .selected {
    border-color: #8A7967;
    color: #FFFFFF;
    background-color: #8A7967;
}
.pagination .disabled {
    border-color: #8A7967;
    color: #CCC;
    background-color: #F2F2F2;
    padding: 0 4px 1px;
}
.pagination img {
    border: 0;
}
.search_result {
    border-bottom: 1px dotted #ccc;
    margin: 0.8em 0;
}
.search_doc_title {
    font-size: 0.85em;
    color: #838383;
    margin-bottom: 0.3em;
}
.search_doc_text {
    font-size: 0.9em;
    margin-bottom: 0.8em;
}
.search_doc_text b, .search_doc_text strong  {
    background-color:#e6e3de;
    border:1px dotted #c3b9af;
}

.search_result_count {
    background-color: #e2e2e2;
    padding: 3px;
}
.search_result h4 {
    border: 0;
    font-size: 1em;
    font-weight: bold;
    color: #006699;
    margin-bottom: 0;
}
.search_result h4 a {
    color: inherit;
    text-decoration: none;
}
.search_result h4 a:hover {
    color: inherit;
    text-decoration: underline;
}
.formLayout_search button {
    border: 0;
    background-color: transparent;
}
.formLayout_search label {
    font-size: 12px;
    display: inline !important;
    margin: 0;
    padding: 0;
}
.formLayout_search input {
    font-size: 11px;
    color: #666;
}
.formLayout_search {
    margin: 0;
    padding: 0;
}
.global_search {
    float: right;
    display: inline;
    text-align: right;
    width: 310px;
}

#searchform {
    position:relative;
}
#searchform .bgsearch{
    position:relative;
    border: 1px solid #ccc !important;
    width: 500px;
    margin-bottom: 10px;
}

#searchform #s {
    width:450px !important;
    padding:8px 5px !important;
    border:none !important;
    margin-bottom: 0 !important;
    box-shadow: none !important;
    margin-left: 7px;
    }
#searchform #s:hover {
    border: none !important;
    box-shadow: none !important;
}
.searchbutton {
    background: url("/assets/img/search-icon.png") no-repeat scroll right center #FFFFFF !important;
    border: 0 none !important;
    height: 17px;
    right: 10px;
    top: 6px;
    width: 20px;
}

.rounded {
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.input-tiny {
    width: 40px;
}
/*
    Adjust space between control groups on forms
    Overrides bootstrap 20px
*/
.form-horizontal .control-group {
  margin-bottom: 10px !important;
}
.form-horizontal .control-label {
    width: 190px;
    text-align: left;
    padding-left: 10px;
}
.form-horizontal .controls {
    margin-left: 210px;
}
/*
    product offers on confirm page
*/

ul.product_offers {
    list-style: none;
    margin-left: 0;
}
ul.product_offers li {
    border: 1px solid #ccc;
    margin-bottom: 5px;
    padding: 5px;
    margin-left: 0;
    background-color: #F7F7F7;
}
ul.product_offers li .product_option {
    text-align: center;
    width: 40px !important;
}
ul.product_offers li .product_title {
    font-size: 14px;
    font-weight: bold;
    padding-top: 3px;
}
ul.product_offers li .product_pricing {

    font-size: 16px;
    font-weight: bold;
    color: #898989;
    padding: 10px;
    border: 3px solid #ebebeb;
    margin-top: 3px;
    text-align: right;
}
.product_pricing {
    text-align: right;
}

ul.product_offers li.highlight_option {
    border: 3px solid #ccc !important;
    background-color: #fff !important;
}

.ml_price {
    padding-top: 5px;
    vertical-align: middle;
    font-weight: bold;
    font-size: 15px;
}
.showDialogueName:hover {
    text-decoration: underline;
}

.incomplete_proposals {
    list-style: none;
}
.incomplete_proposals li {
    padding: 4px 0;
    border-bottom: 1px dotted #ccc;
    line-height: 30px !important;
}
.confirm_failed {
    background-color: #ffffe3;
    padding: 7px;
    font-size: 14px;
}

ul.product_offers {
    list-style: none;
}
.account_summary {
    margin-top: 15px;
    text-align: right;
}
.account_summary .contact_name {
    color: #0e0e0e;
}
.account_summary .business_name {
    color: #5f5f5f;
}
.text-center {
    text-align: center;
}

/* login page */
.login-card, .card-title {
    margin-bottom: 0.75rem;
}

.login-card {
    position: relative;
    border: .0625rem solid #e4e4e4;
    border-radius: 0;
}

.bg-white {
    background-color: #fff;
}

.login-card {
    box-shadow: 0 0.12rem 0.25rem rgba(50, 70, 75, 0.2);
    display: block;
    margin: 30px auto;
    width: 100%;
}


.divider {
    border-top: .0625rem solid #e4e4e4;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 0;
}

.divider span {
    display: inline-block;
    position: relative;
    padding: 0 .75rem;
    top: -10px;
    text-transform: uppercase;
    font-size: 1.1em;
    background-color: #fff;
}

