/**
 * Frontedn CSS
 * @package WordPress
 * @subpackage PR Programs
 * @author Shazzad Hossain Khan
 * @url https://shazzad.me
**/

/* Basic */
.prpg-frontend label{
	font-weight:normal;
}
.prpg-shadow{
	box-shadow:0 1px 6px rgba(57,73,76,0.35);
}

/* Heading */
.prpg-frontend .heading{
	font-size:30px;
	margin-bottom:20px;
}
.prpg-frontend .heading2{
	font-size:18px;
	margin:10px 0;
}
.prpg-frontend .heading3{
	font-size:20px;
	margin:10px 0;
	color:#be1e2d
}

/* Grid */
.prpg-grid-one .grid-item {
    padding: 20px;
    background-color: #fff;
    border-bottom: 1px solid #EEE;
}
.prpg-grid-one .grid-item-title {
	font-weight:bold;
	margin:0 0 10px 0;
}
.prpg-grid-one .grid-item-description {
	font-size:14px;
}
@media (min-width: 783px){
	.prpg-grid-one .grid-actions{
		text-align:right;
	}
}
@media (max-width: 782px){
	.prpg-grid-one .grid-actions{
		margin-top:20px;
	}
}
.prpg-grid-one .grid-actions .prpg-button{
	margin:0 5px 5px 0;
}

/* Menu */
.prpg-frontend .prpg-sidebar-menu{
	padding:0;
	margin:0 0 30px;
}
.prpg-frontend .prpg-sidebar-menu li{
	list-style:none outside;
}
.prpg-frontend .prpg-sidebar-menu li a{
	padding:5px;
	display:block;
}
.prpg-frontend .prpg-sidebar-menu li a:hover{
	text-decoration:underline;
}

/* Error/Message/Note */
.prpg-frontend div._note,
.prpg-frontend div._error,
.prpg-frontend div._updated,
.prpg-frontend div._ok {
    padding: 1px 12px;
    margin: 5px 0 15px;
    background-color: #fff;
	border-left:4px solid #d1e5ee;
    box-shadow: 0 0px 0px 1px rgba(0, 0, 0, 0.1);
}
.wf_notes{
	box-shadow:none !important;
}
.prpg-frontend div._note p,
.prpg-frontend div._error p,
.prpg-frontend div._updated p,
.prpg-frontend div._ok p{
	padding:0;
	margin:5px 0;
}
.prpg-frontend div._error {
    border-color: #dd3d36;
}
.prpg-frontend div._updated,
.prpg-frontend div._ok {
    border-color: #7ad03a;
}
#prpg-page-notes._ld{
	padding-left:30px;
	background-position:5px center;
	background-repeat:no-repeat;
	background-image:url(images/spinner.gif);
}

/* Form - Basic */
.wf-basic{
	border-radius:5px;
	background-color:#fff;
	border:2px solid #DDD;
}
.wf-basic,
.wf-basic .wffl,
.wf-basic .wfflw,
.wf-basic .wffdw{
	font-size:inherit;
}
.wf-basic label{
	font-weight:normal;
}
.wf-basic .wfft_text,
.wf-basic .wfft_email,
.wf-basic .wfft_number,
.wf-basic .wfft_url,
.wf-basic .wfft_password,
.wf-basic .wfft_textarea,
.wf-basic .wfft_select{
	font-size:inherit;
	padding:inherit;
}

/* List */
ul.prpg-files{
	margin:0;
	padding:0;
}
ul.prpg-files a{
	text-transform:none;
}
/* List Table */
.prpg-frontend .subsubsub {
    color:#666;
    float:left;
    margin:8px 0 0;
    font-size:13px;
    list-style:none;
    padding:0 !important;
}
.prpg-frontend .subsubsub li {
    display:inline-block;
    margin:0;
    padding:0;
    white-space:nowrap;
}
.prpg-frontend .subsubsub li {
    display:inline-block;
    margin:0;
    padding:0;
    white-space:nowrap;
}
.prpg-frontend .subsubsub a {
    padding:.2em;
    line-height:2;
	box-shadow:none;
    text-decoration:none;
}
.prpg-frontend .subsubsub a.current {
    color:#000;
    font-weight:600;
    border:none;
}
.prpg-frontend p.search-box {
    float:right;
    margin:0;
}
.prpg-frontend .tablenav {
    clear:both;
    height:30px;
    margin:6px 0 4px;
    vertical-align:middle;
}
.prpg-frontend .tablenav *{
	font-size:13px;
}
.prpg-frontend .tablenav .no-pages,
.prpg-frontend .tablenav .one-page .pagination-links {
    display:none;
}
.prpg-frontend .tablenav .tablenav-pages {
    float:right;
    height:28px;
    margin-top:3px;
    cursor:default;
    color:#555;
}
.prpg-frontend .tablenav .displaying-num {
    margin-right:7px;
}
.prpg-frontend .tablenav .tablenav-pages {
    cursor:default;
    color:#555;
}
.prpg-frontend .tablenav-pages-navspan {
    height:16px;
    border-color:#ddd;
    background:#f7f7f7;
    color:#a0a5aa;
}
.prpg-frontend .tablenav-pages .current-page {
    margin:0 2px 0 0;
    padding:3px 5px;
    font-size:13px;
    text-align:center;
	border:1px solid #ddd;
	box-shadow:inset 0 1px 2px rgba(0,0,0,.07);
	background-color:#fff;
	color:#32373c;
	outline:0;
	transition:50ms border-color ease-in-out;
}
.prpg-frontend .tablenav .tablenav-pages a,
.prpg-frontend .tablenav-pages-navspan {
    display:inline-block;
    min-width:17px;
    border:1px solid #ccc;
    padding:3px 5px 7px;
    background:#e5e5e5;
    font-size:16px;
    line-height:1;
    font-weight:400;
    text-align:center;
}
.prpg-frontend .tablenav .tablenav-pages a:focus,
.prpg-frontend .tablenav .tablenav-pages a:hover {
    border-color:#5b9dd9;
    color:#fff;
    background:#00a0d2;
    box-shadow:none;
    outline:0;
}
.prpg-frontend .tablenav .tablenav-pages a,
.prpg-frontend .tablenav-pages span.current {
	height:20px;
    padding:3px 6px;
    text-decoration:none;
}
.prpg-frontend table.fixed {
    table-layout:fixed;
}
.prpg-frontend table.widefat {
    background:#fff;
    border:1px solid #e5e5e5;
    box-shadow:0 1px 1px rgba(0,0,0,.04);
    border-spacing:0;
    clear:both;
    margin:0;
}
.prpg-frontend .widefat * {
    word-wrap:break-word;
}
.prpg-frontend .widefat td,
.prpg-frontend .widefat th {
    color:#555;
	border:none;
    font-size:13px !important;
	text-align:left;
    line-height:1.5em !important;
	vertical-align:middle;
	text-transform:inherit;
    padding:8px 10px !important;
	box-sizing:content-box;
}
.prpg-frontend .widefat th a span,
.prpg-frontend .widefat th a span,
.prpg-frontend .widefat .row-actions span,
.prpg-frontend .widefat .row-actions span a{
    font-size:13px !important;
    line-height:1.5em !important;
}
.prpg-frontend .widefat td {
    vertical-align:top;
}
.prpg-frontend .widefat .check-column {
    width:20px;
    padding:6px 0 25px;
    vertical-align:top;
}
.prpg-frontend .widefat .check-column,
.prpg-frontend .widefat tfoot td.check-column,
.prpg-frontend .widefat thead td.check-column {
    padding:11px 0 0 3px;
}
.prpg-frontend .widefat tfoot td.check-column,
.prpg-frontend .widefat thead td.check-column {
    padding-top:4px;
    vertical-align:middle;
}
.prpg-frontend .widefat tfoot tr td,
.prpg-frontend .widefat tfoot tr th,
.prpg-frontend .widefat thead tr td,
.prpg-frontend .widefat thead tr th {
    color:#32373c;
}
.prpg-frontend a {
    color:#0073aa;
	box-shadow:none;
	text-decoration:none;
}
.prpg-frontend .widefat tfoot td,
.prpg-frontend .widefat th,
.prpg-frontend .widefat thead td {
    font-weight:400;
}
.prpg-frontend .widefat tfoot th,
.prpg-frontend .widefat thead td,
.prpg-frontend .widefat thead th,
.prpg-frontend .widget .widget-top {
    line-height:1.4em;
}
.prpg-frontend .widefat tfoot td,
.prpg-frontend .widefat th,
.prpg-frontend .widefat thead td {
    text-align:left;
    line-height:1.3em;
    font-size:14px;
}
.prpg-frontend .widefat tfoot td,
.prpg-frontend .widefat tfoot th {
    border-top:1px solid #e1e1e1;
    border-bottom:none;
}
.prpg-frontend .widefat thead td,
.prpg-frontend .widefat thead th {
    border-bottom:1px solid #e1e1e1;
}
.prpg-frontend th.sortable a span,
.prpg-frontend th.sorted a span {
    float:left;
    cursor:pointer;
}
.prpg-frontend .widefat .toggle-row {
    position: absolute;
    right: 8px;
    top: 10px;
    display: none;
    padding: 0;
    width: 40px;
    height: 40px;
    border: none;
    outline: 0;
    background: none;
	box-shadow:none;
}
.prpg-frontend .widefat .toggle-row:before {
    position: absolute;
    top: -5px;
    left: 10px;
    border-radius: 50%;
    display: block;
    padding: 1px 2px 1px 0;
    color: #444;
    content: "\f140";
    font: normal 20px/1 dashicons;
    line-height: 1;
    speak: none;
}
.prpg-frontend .widefat td.column-title strong{
	font-size:14px;
	display:block;
	margin-bottom:5px;
}
@media (max-width:782px){
	.prpg-frontend .tablenav.top .pagination-links{
		display:none;
	}
	.prpg-frontend .subsubsub,
	.prpg-frontend p.search-box{
		float:none;
	}
	.prpg-frontend .widefat .toggle-row {
		display:block;
	}
	.prpg-frontend .widefat .is-expanded td:not(.hidden) {
		display: block !important;
		overflow: hidden;
	}
	.prpg-frontend .widefat tr:not(.inline-edit-row):not(.no-items) td.column-primary ~ td:not(.check-column) {
		padding: 3px 8px 3px 35% !important;
	}
	.prpg-frontend .widefat tr:not(.inline-edit-row):not(.no-items) td:not(.column-primary)::before {
		position: absolute;
		left: 10px;
		display: block;
		overflow: hidden;
		width: 32%;
		content: attr(data-colname);
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.prpg-frontend .widefat td.column-primary {
		padding-right: 50px !important;
	}
	.prpg-frontend .widefat th.column-primary ~ th,
	.prpg-frontend .widefat tr:not(.inline-edit-row):not(.no-items) td.column-primary ~ td:not(.check-column) {
		display: none;
	}
	.prpg-frontend .widefat tr:not(.inline-edit-row):not(.no-items) td:not(.check-column) {
		position: relative;
		clear: both;
		display: block;
		width: auto !important;
	}
}

.prpg-frontend .widefat input[type="checkbox"] {
    border:1px solid #b4b9be;
    background:#fff;
    color:#555;
    clear:none;
    cursor:pointer;
    display:inline-block;
    line-height:0;
    height:16px;
    margin:-4px 4px 0 0;
    outline:0;
    padding:0 !important;
    text-align:center;
    vertical-align:middle;
    width:16px;
    min-width:16px;
    -webkit-appearance:none;
    box-shadow:inset 0 1px 2px rgba(0,0,0,.1);
    transition:.05s border-color ease-in-out;
}
.prpg-frontend .widefat input[type="checkbox"],
.prpg-frontend .widefat th input[type="checkbox"],
.prpg-frontend .widefat thead td input[type="checkbox"] {
    margin:0 0 0 8px;
    padding:0;
    vertical-align:text-top;
}
.prpg-frontend input[type="checkbox"]:checked::before {
    content: "\f147";
    margin: -3px 0 0 -4px;
    color: #1e8cbe;
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    font: normal 21px/1 dashicons;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.prpg-frontend .sorting-indicator {
    display:block;
    visibility:hidden;
    width:10px;
    height:4px;
    margin-top:8px;
    margin-left:7px;
}
.prpg-frontend .widefat th.sortable,
.prpg-frontend .widefat th.sorted {
    padding: 0 !important;
}
.prpg-frontend th.sortable a,
.prpg-frontend th.sorted a {
    display: block;
    overflow: hidden;
    padding: 8px;
}
.prpg-frontend th.sorted .sorting-indicator {
    visibility: visible;
}
.prpg-frontend th.sorted.desc .sorting-indicator::before {
    content: "\f140";
}
.prpg-frontend .sorting-indicator::before {
    content: "\f142";
    font: normal 20px/1 dashicons;
    speak: none;
    display: inline-block;
    padding: 0;
    top: -4px;
    left: -8px;
    color: #444;
    line-height: 10px;
    position: relative;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none !important;
}
.prpg-frontend .alternate,
.prpg-frontend .striped > tbody > :nth-child(2n+1) {
    background-color:#f9f9f9;
}
.prpg-frontend .tablenav .actions select {
    float:left;
    padding:2px;
    height:28px;
	width:auto;
    max-width:200px;
    line-height:28px;
	border-radius:3px;
    vertical-align:middle;
	border:1px solid #DDD;
    margin:1px 6px 1px 1px;
}
.prpg-frontend .button,
.prpg-frontend .heading .button,
.prpg-frontend .tablenav .button,
.prpg-frontend .search-box .button,
.prpg-frontend .wf_repeater_add {
    margin:0;
    height:28px;
	color:#555;
    cursor:pointer;
    font-size:13px;
	background:#fff;
    line-height:26px;
    border-radius:3px;
    padding:0 10px 1px;
    white-space:nowrap;
	font-weight:normal;
    display:inline-block;
    text-decoration:none;
    box-sizing:border-box;
	border:1px solid #DDD;
	text-shadow:none;
	box-shadow:none;
}
.prpg-frontend .heading .button {
    line-height:24px;
	vertical-align: middle;
}
.prpg-frontend .search-box .button {
	vertical-align:top;
}
.prpg-frontend .widefat .button{
	border-color:#DDD;
}

.prpg-frontend .button:hover,
.prpg-frontend .heading .button:hover,
.prpg-frontend .tablenav .button:hover,
.prpg-frontend .search-box .button:hover,
.prpg-frontend .wf_repeater_add:hover {
	color:#555;
	background:#f7f7f7;
	border-color:#ddd;
}


.prpg-frontend .search-box input[type="text"] {
    float:left;
    height:28px;
    outline:0;
	width:150px;
    color:#32373c;
    padding:3px 8px;
    font-size:14px;
    margin:0 4px 0 0;
    box-sizing:border-box;
    border:1px solid #ddd;
    background-color:#fff;
	border-radius:3px;
    box-shadow:inset 0 1px 2px rgba(0,0,0,.07);
    transition:50ms border-color ease-in-out;
}
.prpg-ctc{
	border-radius:4px;
	font-size:11px;
	padding:0px 6px;
	margin:0 0 3px;
	line-height:20px;
	border:1px solid #ddd;
	display:inline-block;
	background-color:#fff;
	transition:all .1s ease;
}
.prpg-ctc:hover{
	cursor:pointer;
}
.prpg-ctc.copied{
	color:#fff;
	border-color:#1f8d29;
	background-color:#46b450;
}
.prpg-frontend table.prpg_mentees .row-actions{
	color:#ddd;
	font-size:13px;
}
.prpg-frontend table.prpg_mentees .row-actions .edit a{
	color:#0073aa;
}
.prpg-frontend table.prpg_mentees .row-actions .delete a{
	color:#a00;
}

/* Button */
.prpg-button,
a.prpg-button,
.prpg-frontend .wffwt_submit input{
	color:#777;
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
}
.prpg-button:hover,
.prpg-button:focus,
a.prpg-button:hover,
a.prpg-button:focus,
.prpg-frontend .wffwt_submit input:hover,
.prpg-frontend .wffwt_submit input:focus{
	color:#555;
	border-color:#999;
	text-decoration:none;
}
.prpg-button-primary,
.prpg-button-primary:visited,
a.prpg-button-primary,
a.prpg-button-primary:visited,
.prpg-frontend .wffwt_submit input,
.prpg-frontend .wffwt_submit input:visited{
    color: #fff;
    background: #be1e2d;
    border-color: #be1e2d;
}
.prpg-button-primary:focus,
.prpg-button-primary:hover,
a.prpg-button-primary:focus,
a.prpg-button-primary:hover,
.prpg-frontend .wffwt_submit input:focus,
.prpg-frontend .wffwt_submit input:hover {
    color: #fff;
    background: #be1e2d;
    border-color: #be1e2d;
}
.prpg-button-secondary,
.prpg-button-secondary:visited,
a.prpg-button-secondary,
a.prpg-button-secondary:visited{
    color: #be1e2d;
    background: #FFF;
	border-color: #be1e2d;
}
.prpg-button-secondary:focus,
.prpg-button-secondary:hover,
a.prpg-button-secondary:focus,
a.prpg-button-secondary:hover {
    color: #be1e2d;
    background: #FFF;
	border-color: #be1e2d;
}


/* Dialog */
.prpg-dialog {
	overflow:hidden;
	border-radius:4px;
	background-color:#f3f5f7;
	box-shadow:0 5px 15px rgba(0, 0, 0, .5);
}
.prpg-dialog .ui-dialog-titlebar {
	box-sizing:content-box;
    padding: 15px 45px 15px 30px;
    border-bottom: 1px solid #e5e5e5;
}
.prpg-dialog .ui-button.ui-dialog-titlebar-close{
	top:15px;
	right:15px;
}
.prpg-dialog .ui-dialog-content {
	padding:30px;
	box-sizing:content-box;
}
.prpg-dialog .ui-dialog-content a{
	color:#337ab7;
	text-decoration:none;
}
.prpg-dialog .ui-dialog-content a,
.prpg-dialog .ui-dialog-content a:hover,
.prpg-dialog .ui-dialog-content a:active,
.prpg-dialog .ui-dialog-content a:focus{
	outline:none;
}
.prpg-dialog .ui-dialog-content a:hover{
	color:#23527c;
	text-decoration:underline;
}
.prpg-dialog p{
	margin:0 0 10px;
}

/* Vendor Profile */
.prpg-vendor-profile .profile-photo{
	display:inline-block;
	border:10px solid #FFF;
	box-shadow:0 1px 6px rgba(57,73,76,0.35);
}


/* Login form */
.prpg-login-form{
	max-width:480px;
	margin:0 auto;
}
.prpg-login-form .heading{
	text-align:center;
}

/* Password Reset form */
.prpg-reset-password-form{
	max-width:480px;
	margin:0 auto;
}
.prpg-reset-password-form .heading{
	text-align:center;
}
#prpg_reset_password_form input[type="text"]{
	width:100%;
}


/*
.xdsoft_calendar th,
.xdsoft_calendar td {
    vertical-align: middle;
}
*/

.navbar-nav > li > .dropdown-menu{
	-webkit-animation-name:none;
	animation-name: none;
}

/* Single Mentee Page */
.prpg-single-mentee .mentee-status span{
	color:#be1e2d;
	padding:8px 16px;
	border-radius:20px;
	display:inline-block;
	border:1px solid #be1e2d;
}

.prpg-single-mentee .mentee-metas,
.prpg-single-mentee .mentee-bidding{
	padding-top:20px;
	margin:20px 0;
	border-top:1px solid #E0E0E0;
}
.prpg-single-mentee .mentee-metas ul{
	margin:0;
	padding:0;
}
.prpg-single-mentee .mentee-metas ul li{
	list-style:none outside !important;
}
.prpg-single-mentee .mentee-mentor,
.prpg-single-mentee .mentee-im,
.prpg-single-mentee .mentor-owner,
.prpg-single-mentee .mentor-im,
.prpg-single-mentee .mentor-mentee,
.prpg-single-mentee .mentee-metas ul li{
	margin-bottom:10px;
}
.prpg-single-mentee .mentee-bidding .prpg-add-proposal,
.prpg-single-mentee .mentee-bidding .prpg-edit-proposal{
	display:none;
}
.prpg-single-mentee .mentee-proposal.proposal-awarded{
	background-color:#9ED9F5;
}
.prpg-single-mentee .mentee-proposal .proposal-user-photo img{
	border-radius:50%;
}
.prpg-single-mentee .mentee-proposal .proposal-actions .prpg-button{
	margin:0 5px 5px 0;
}
.proposal-proposed-price{
	font-size:30px;
	font-weight:700;
	text-align:center;
}
.proposal-chatbox{
	display:none;
	margin-top:20px;
}
.prpg-my-proposal{
	margin-bottom:20px;
}
.proposal-filters{
	margin-bottom:20px;
}
.proposal-filters select{
	width:auto;
	display:inline-block;
	border:1px solid #DDD;
}


/* List Mentee */
.prpg-list-mentees .prpg-mentee{
	padding:30px;
	position:relative;
	background-color:#fff;
	border-bottom:1px solid #DDD;
}
.prpg-list-mentees .prpg-mentee:hover{
	background-color:#ddd;
}
.prpg-list-mentees .prpg-mentee .mentee-link{
	display:block;
	position:absolute;
	top:0;right:0;bottom:0;left:0;
}
.prpg-list-mentees .prpg-mentee .mentee-distance{
	color:#be1e2d;
}
.prpg-list-mentees .prpg-mentee .mentee-title{
	margin:0;
	padding-top:0;
}
.prpg-list-mentees .prpg-mentee .mentee-metadata,
.prpg-list-mentees .prpg-mentee .mentee-summary{
	margin-bottom:10px;
}
.prpg-list-mentees .prpg-mentee .mentee-summary,
.prpg-list-mentees .prpg-mentee .mentee-categories,
.prpg-list-mentees .prpg-mentee .mentee-proposal-info{
	font-size:14px;
}
.prpg-list-mentees .prpg-mentee .mentee-category{
	padding:5px 10px;
	border-radius:5px;
	display:inline-block;
	background-color:#eee;
}
.prpg-list-mentees .prpg-mentee .mentee-category + .mentee-category{
	margin-left:10px;
}
#prpg_mentees_filter_form{
	box-shadow:none;
	background:none;
}
@media(max-width:991px){
	.prpg-list-mentees .prpg-mentee .mentee-categories{
		margin-bottom:10px;
	}
}
@media(min-width:992px){
	.mentee-proposal-info{
		position:absolute;
		right:30px; bottom:30px;
	}
}



/* RFQs Table */
@media (min-width:783px){
	.wp-list-table.prpg_mentors .column-date_created,
	.wp-list-table.prpg_mentors .column-status{
		width:120px;
	}
	.wp-list-table.prpg_mentors .column-proposals,
	.wp-list-table.prpg_mentors .column-links{
		width:80px;
	}
}

/* Mentees Table */
@media (min-width:783px){
	.wp-list-table.prpg_mentees .column-user,
	.wp-list-table.prpg_mentees .column-date_created,
	.wp-list-table.prpg_mentees .column-status{
		width:120px;
	}
	.wp-list-table.prpg_mentees .column-proposals,
	.wp-list-table.prpg_mentees .column-links{
		width:80px;
	}
}


/* Submit RFQ */
.prpg-add-mentor,
.prpg-edit-mentor,
.prpg-update-mentor{
	margin:0 auto;
	max-width:600px;
}
.prpg-mentor-submitted{
	padding:50px 0;
	text-align:center;
}
.wffewi_user_choice label{
	display:block;
}

/* Mentee Management */
.prpg-add-mentee,
.prpg-edit-mentee,
.prpg-update-mentee{
	margin:0 auto;
	max-width:600px;
}


/* Vendor Registration */
.prpg-vendor-registration{
	margin:0 auto;
	max-width:600px;
}
.menu-item .prpg-unread-proposals {
    top: -6px;
    right: -6px;
    color: #FFF;
	min-width: 20px;
    font-size: 10px;
    padding: 4px 4px;
    text-align: center;
    position: absolute;
    border-radius: 50%;
    line-height: normal;
    background-color: #c92e34;
    box-sizing: border-box;
	box-shadow: 0 0 2px #333;
}
.menu-item.current-menu-item .prpg-unread-proposals {
    color: #c92e34;
    background-color: #fff;
	box-shadow: 0 0 2px #c92e34;
}
