/* Dashboard and community pages split container */
.dashboard_page
{
    float:left;
    width:100%;
    margin:0px;
}
.dashboard_div
{
    display: inline-flex;
    width:100%;
}
.dashboard_left
{
    width: 25%;
    padding: 0 14px 0 0px;
}
.dashboard_right
{
    width: 75%;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    border-radius: 2px;
    margin-bottom: 10px;
    padding-bottom: 20px;
}
.dashboard_head
{
    float:left;
    margin:20px 0 0 0;
    width:100%;
}
.dashboard_head h1
{
    float:left;
    font-size:16px;
    line-height:24px;
}
.dashboard_head span
{
    float:left;
    color:#999999;
    line-height:24px;
    margin:0 0 0 15px;
    font-size:16px;
}
.dashboard_padd_left {
    padding-left: 15px;
}
.side_bar .side_bar_head {
    padding: 5px;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    border-radius: 2px;
    display: flex;
}
.side_bar_profile img {
       border-radius: 50%;
    width: 50px;
    background: #7c7474;
    padding: 2px;
}
.user_profile img {
    width: 50px;
    border-radius: 50%;
    border: 1px solid #CCCCCC;
}
.side_bar_user {
    padding: 10px 7px;
    color: #666;
}
.side_bar ul, .side_bar_btm {
    margin-bottom: 13px;
    padding: 13px 0px 5px;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
}
.side_bar_btm
{
    padding: 1px 0px;
}
.side_bar_user a
{
    color: #666;
    text-transform: capitalize;
}
.side_bar ul li a, .side_bar_btm a
{
    padding:7px 0 7px 7px;
    display: block;
    color: #212121;
    font-size: 14px;
    text-transform: capitalize;
    margin: 5px 0px;
    font-weight: 500;
    border-left: 3px solid #fff;
}
.side_active a
{
    background-color: #fb7637;
    text-decoration: none;
    color: #fff !important;
    outline: none;
    font-weight: 500;
    border-left: 3px solid #010A6F !important;
}
.side_bar ul li a:hover, .side_bar_btm a:hover, .side_bar a.menu-active
{
    background-color: #fb7637;
    text-decoration: none;
    outline: none;
    color: #fff !important;
    border-left: 3px solid #010A6F !important;
}
.nav-section-title {
    color: #848484;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0px 5px 10px;
    border-bottom: 1px solid #f0f0f0;
    width: 100%;
    display: block;
    text-align: center;
}
.side_bar_invite
{
    padding: 10px;
    background: #51791B;
    color: #fff;
    margin-bottom: 13px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    border-radius: 3px;
}
.side_bar_invite_head
{
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 5px;
}
.side_bar_invite p
{
    color: #fff;
}
.side_bar_invite a
{
    color: #000;
    background: #fff;
    padding: 5px 8px;
    display: inline-block;
    font-weight: 600;
    border-radius: 3px;
}

/*Member public profile*/
.public_pofile_details li
{
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0px 0px 10px;
}
.public_pofile_details ul
{
    box-shadow: none;
}
.bproleft
{
    color: #62646a;
}
.bproright
{
    font-weight: 600;
    color: #000;
}
.public_pofile_details .fa
{
    font-size: 16px;
    vertical-align: middle;
    padding-right: 3px;
}
.bpro_business_name
{
    font-weight: 600;
    color: #000 !important;
    text-transform: capitalize;
}
.bpro_review
{

}
.bpro_desc label
{
    padding: 7px 0 7px 7px;
}




/*Breadcrumb Start*/
.breadcrumb_top{
    float:left;width:100%; 
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    color: #999999;
    font-size: 11px;
    line-height: 16px;
    list-style: none outside none;
    background:#fff;
    padding: 10px;
    margin: 7px 0px;
    border-radius: 2px;
}
.breadcrumb_top li{
    float:left;font-size: 12px;color: #878787;
}
.breadcrumb_top li a {
    color: #878787;
    text-decoration: none;
}
.breadcrumb_top li
{
    font-size: 11px;
}
.breadcrumb_top li a:hover
{
    color: #d95e0f;
}
.breadcrumb_top .fa {
    padding: 3px 7px;
    vertical-align: top;
}
/*Breadcrumb End*/
/*Pagination*/
.amigo_pagination
{
    width: 100%;
    padding: 10px 10px;
    text-align: center;
    float: left;
}
.amigo_pagination a
{
    display: inline-block;
}
.amigo_pagination .prev, .amigo_pagination .next {
    display: inline-block;
    line-height: 32px;
    color: #2874f0;
    padding: 0 15px;
    text-transform: uppercase;
    font-weight: 500;
}

/* Form fields */
input[type="radio"], input[type="checkbox"]
{
    margin: 0px;
}
.form_grid_12, .field_account
{
    padding: 8px 15px;
}
.form_grid_12 label, .field_account label {
    font-weight: normal;
    color: #848484;
    margin: 0px;
    padding: 10px 0px;
    cursor: pointer;
}
.form_grid_12 .field_title {
    font-weight: 600;
}
.field_account label
{
    width: 25%;
}
.form_grid_12 input[type="text"], .form_grid_12 textarea, .form_grid_12 input[type="password"], .field_account input[type="text"], .field_account textarea, .field_account input[type="password"] {
    width: 50%;
}
.form_grid_12 p, .field_account p
{
    font-weight: 600;
    color: #000;
    margin: 0px;
    padding: 10px 0px;
}
.field_bottom {
    font-size: 12px;
    color: #848484;
    font-weight: 400;
}
.display_account_val {
    font-weight: bold;
    color: #666;
    margin: 11px 0px 0px;
    display: inline-block;
}


/*======================
    MEDIA QUIRIES
========================*/

/* Dashboard and community pages split container */
@media(max-width: 767px)
{
    .dashboard_right, .dashboard_page
    {
        width: 100%;
        padding: 5px;
    }
    .form_grid_12 .form_input {
        padding: 0;
    }
}
@media(max-width: 640px)
{
    .field_account
    {
        padding: 10px 5px !important;
    }
    .field_account label
    {
        width: 50% !important;
    }
    .form_grid_12 input[type="text"], .form_grid_12 textarea, .form_grid_12 input[type="password"], .field_account input[type="text"], .field_account textarea, .field_account input[type="password"] {
        width: 100%;
    }
}