/*The main wrapper*/
#difp-wrapper
{
	margin: 5px;
	position: relative;
	/*background-color: white;*/ /*Uncomment this if you have dark background and can't see the text*/
}

/*Header styling*/
#difp-header
{
	border: 1px solid #E7E7E7;
	width: 100%;
	color: #000000;
}

#difp-header strong
{
	color: #333;
	font-size: 20px;
}

#difp-header .avatar
{
	border: none;
	margin: 5px;
	padding: 0;
	vertical-align: top;
}

/*Content styling*/
#difp-content
{
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	height: auto;
	width: 100%;
	border: none;
	overflow:hidden;
	text-align:center;
	border-radius:0;
}
.difp-table .select2-container .select2-selection--single {
    height: 50px;
	border-radius: 2px;
}
.difp-table .select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height:50px;
	color: #546b7e;
	padding-left: 25px;
}
.difp-table .select2-container--default .select2-selection--single .select2-selection__arrow{
	line-height: 50px;
	height: 50px;
	border: none;
	background: #fff0;
}
#difp-content p, #difp-content form
{
	margin: 0;
}
.DIRECTORYPRESS-form{text-align:left;}
#difp-content  hr
{
	margin-top: 5px;
	margin-bottom: 5px;
}


#difp-content textarea
{
	width: 100%;
	height: 200px;
	/* border: 1px solid #E7E7E7; */
}

#difp-content input[type=text]
{
	width: 90%;
	/* min-width:250px; */
	/* border: 1px solid #E7E7E7; */
}

#difp-content a
{
	color: #222;
	text-decoration: none;
	font-size: 18px;
}


#difp-content .avatar {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
/* All Alert box  stylying*/
.directorypress-frontend-dashboard .alert-info{
	color: #4878ae;
	border-color: #e1edfb;
	background: #e1edfb;
	border-left: 5px solid #4878ae;
}
.directorypress-frontend-dashboard .alert-info{
	color: #546b7e;
	border-color: #EAEFF5;
	background: #fff;
	border-left: 5px solid #EAEFF5;
}
.directorypress-frontend-dashboard .alert-danger{
	background: #ffe9e9;
	border: 1px solid #fee;
	border-left: 5px solid #f77e7e;
	color: #d06a6a;
}
.directorypress-frontend-dashboard .alert-danger a{
	color: #b35353;
}
.directorypress-frontend-dashboard .alert-info a{
	color: #4878ae;
	font-weight: 500;
}
.directorypress-frontend-dashboard .label-warning {
	border: 1px solid #fcedca00;
	border-left: 5px solid #ffbf6c;
	background:#fcedca;
	color:#ceab57;
}
.directorypress-frontend-dashboard .label-warning a{
	color:#ac8d43;
}
.directorypress-frontend-dashboard .alert-success {
  color: #689d69;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  border-left: 5px solid #92d078;
}
.directorypress-frontend-dashboard .alert-success a{
  color: #689d69;
}
/*Footer styling*/
#difp-footer
{
	text-align: center;
	font-size: 10px;
	border: 1px solid #E7E7E7;
	width: 100%;
	color: #333;
	display:none;
}

#difp-footer a, #difp-footer a:hover, #difp-footer a:visited
{
	color: #333;
	text-decoration: underline;
}

/*Auto-suggest*/
#difp-result
{
	width:250px;
	border: solid 1px #333;
	display: none;
	position: absolute;
	background: #D3EEF5;
}

#difp-result ul, #difp-result li
{
	padding: 0px;
	margin: 0px;
	border: 0px;
	list-style: none;
}

#difp-result li
{
	border-top: solid 1px #333;
}

#difp-result li a
{
	display: block;
	padding: 5px;
	text-decoration: none;
	color: #333;
	font-weight: normal;
}

#difp-result li a:hover
{
	background: #333;
	color: white;
}

.difp-table { width:100%; border-collapse: collapse;}
.difp-table.difp-action-table{
	width:calc(100% - 270px);
	width: -webkit-calc(100% - 270px);
    width: -moz-calc(100% - 270px);
}
.difp-message-table.form .difp-table{
	width:auto;
}
.difp-table.difp-action-table.filters-table{
	width:100%;
	padding: 10px 0 40px 0;
	border-bottom: 1px solid #d2d7de;
}

.difp-table .difp-table-caption {display: table-caption; text-align:center; font-weight:bold;}
.difp-filter{width:270px;float:right;}
.difp-filter select{width:100%;}
.difp-filter .select2-selection.select2-selection--single{text-align:left;}
.rtl .difp-filter .select2-selection.select2-selection--single{text-align:right;}
.difp-action-table{ margin-bottom: 0;}
.difp-bulk-action .select2-container{max-width:100%;text-align:left;}
.rtl .difp-bulk-action .select2-container {
    text-align: right;
}
.difp-action-table select { margin-top:10px;}

.difp-table .difp-column-avatar{width:120px;float:left;}
.rtl .difp-table .difp-column-avatar{float:right;}  
.difp-table .difp-column-difp-cb {
	float: right;
	min-height: 100px;
	padding-top: 50px;
	padding-right: 15px;
	}
.rtl .difp-table .difp-column-difp-cb {
	float: left;
	padding-right: 0;
	padding-left:15px;
	left:0;
	right:auto;
}
.difp-table .difp-column-author{
	width: 40%;
	float: left;
	min-height: 130px;
	vertical-align: middle;
	padding: 50px 30px 0;
	text-align:left;
	}
.rtl .difp-table .difp-column-author{
	float: right;
	text-align:right;
	}
.difp-table .difp-column-author .difp-message-author{
		font-size:18px;
		color:#444;
		text-transform:capitalize;
	}
 .difp-table .difp-column-date { }
.difp-table .difp-message-date { display:inline-block;font-size:13px; color: #5f7d95;}
.difp-table .difp-message-excerpt {  }
.difp-table .difp-column-title{
	
	text-align:left;
	}
.rtl .difp-table .difp-column-title{
	text-align:right;
}
.difp-table .difp-column-title img{
	border-radius:0;
}
.difp-table .difp-column-title span a{
	color:#444 !important;
	font-size:18px;
	text-transform:capitalize;
	padding-left:20px;
}

.difp-odd-even .difp-table-row{
	padding: 30px 0;
	border-bottom: 1px solid #d2d7de;
}
.difp-odd-even .difp-table-row {
    background-color: #fff;
}
.difp-column-difp-cb .radio-check-item:before{
	top:6px;
	left:0;
}
.rtl .difp-column-difp-cb .radio-check-item:before {
    top: 6px;
    left: 8px;
}
.difp-column-difp-cb .directorypress-checkbox{
	position:relative;
}
.difp-column-difp-cb .directorypress-checkbox label input[type=checkbox]:not(old):checked + span.radio-check-item:before,
label input[type=radio]:not(old):checked + span.radio-check-item:before{
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	content: "\f00c";
	font-size: 10px;
	
}
.difp-unread-classp {
    position:relative; 
}

.difp-unread-class {
    background-color: #f04d4e;
	color: white;
	font-weight: normal;
	font-size: 10px;
	height: 20px;
	line-height: 20px;
	min-width: 50px;
	display: inline-block;
	text-align: center;
	margin-left: 10px;
}
.message-bid,
.bid_amount{
	background: #FF9700;
	min-width: 50px;
	padding: 0 10px;
	margin-left: 10px;
	color:#fff;
}
.difp-message-toggle-all {
	cursor: pointer;
}

.difp-align-left{ text-align:left;}
.difp-align-right{ text-align:right;}
.difp-align-centre{ text-align:center;}
.difp-hd {display:none;}
.difp-strong{ font-weight:bold; }

.difp-pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:6px}
.difp-pagination>li{display:inline}
.difp-pagination>li>a,.difp-pagination>li>span{position:relative;float:left;padding:7px 12px;line-height:1.42857143;text-decoration:none;color:#337ab7;background-color:#fff;border:1px solid #ddd;margin-left:-1px;font-size:12px}
.difp-pagination>li:first-child>a,.difp-pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:3px;border-top-left-radius:3px}
.difp-pagination>li:last-child>a,.difp-pagination>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}
.difp-pagination>li>a:hover,.difp-pagination>li>span:hover,.difp-pagination>li>a:focus,.difp-pagination>li>span:focus{color:#23527c;background-color:#eee;border-color:#ddd}
.difp-pagination>.active>a,.difp-pagination>.active>span,.difp-pagination>.active>a:hover,.difp-pagination>.active>span:hover,.difp-pagination>.active>a:focus,.difp-pagination>.active>span:focus{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7;cursor:default}
.difp-pagination>.disabled>span,.difp-pagination>.disabled>span:hover,.difp-pagination>.disabled>span:focus,.difp-pagination>.disabled>a,.difp-pagination>.disabled>a:hover,.difp-pagination>.disabled>a:focus{color:#777;background-color:#fff;border-color:#ddd;cursor:not-allowed}

.difp-loading-gif {
    background:url('../images/loading.gif') no-repeat right center;
	padding-right:16px;
}

.difp-message .difp-message-title-heading, .difp-per-message .difp-message-title {
	
	width: 100%;
	
}
.current_user .difp-per-message-inner{
	width: 70%;
	background: #f0f7ff;
	border-radius: 6px;
	padding: 30px;
	float: right;
	position: relative;
}

.second_user .difp-per-message-inner{
	width: 70%;
	background: #fff9f8;
	border-radius: 6px;
	padding: 30px;
	float: left;
	position: relative;
}
.current_user .difp-per-message-inner:before{
	width: 14px;
	height: 14px;
	transform: rotate(45deg);
	background: #f0f7ff;
	position: absolute;
	top: 25px;
	right: -7px;
	content: "";
	display: none;
	
	
}
.second_user .difp-per-message-inner:before{
	width: 14px;
	height: 14px;
	transform: rotate(45deg);
	background: #fff9f8;
	position: absolute;
	top: 25px;
	left: -7px;
	content: "";
	display: none;
	
}
.current_user .author-thumbnail,
.second_user .author-thumbnail{
	width:60px;
	height:60px;
	border-radius: 6px;
}
.current_user .author-thumbnail img,
.second_user .author-thumbnail img{
	border-radius: 6px;
}
.current_user .author-thumbnail{
	float:right;
	margin-left: 15px;
}
.second_user .author-thumbnail{
	float: left;
	margin-right: 15px;
}
.difp-message .difp-message-title-heading {
	font-size: 24px;
	color: #222;
	font-weight: 700;
	text-align: left;
	margin-bottom: 30px;
}

.difp-message-title-heading.participants{
	background: none;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: normal;
	margin-bottom: 10px;
	border-bottom: none;
	color: #546b7e;
	border-top: 1px solid #d2d7de;
	padding-top: 26px;
}
.directorypress-frontend-dashboard .difp-message{
	padding-bottom: 30px;
}
.difp-message-title-heading img{
	border-radius: 6px;
	margin-right:15px !important;
	display: inline-block;
	vertical-align: middle;
	width: 90px;
	height: auto;
}
.difp-per-message .difp-message-title {
	font-size: 14px;
	cursor: pointer;
	color: #444;
}
.difp-per-message.second_user .difp-message-title .author,
.difp-per-message.current_user .difp-message-title .author{
	float: left;
	margin-right: 10px;
	font-size: 14px;
	font-weight: 600;
}
.difp-per-message {
	margin:0;
	padding: 20px 0;
	border: none;
}
.difp-per-message .second_user{
	float: left;
    margin-right: 10px;
}
.difp-per-message .current_user{
	float: left;
	margin-right: 10px;
}
.difp-per-message.current_user .difp-message-title .date{
	text-align:left;
	float:left;
	display:inline-blockblock;
	font-weight: normal;
	font-size:13px
}
.difp-per-message.second_user .difp-message-title .date{
	text-align: left;
	display: block;
	font-weight: normal;
	font-size: 13px;
	float: left;
	color: #5f7d95;
}
.difp-per-message.second_user .difp-message-content,
.difp-per-message.current_user .difp-message-content{
	float: none;
	display: block;
	text-align: left;
	margin-top: 15px;
	font-size: 13px;
	line-height: 26px;
	color: #546b7e;
}
#difp-reply-form .difp-label .required{
	color: #ef5d50;
}
#difp-reply-form .difp-label{
	color: #222;
	font-weight: 700;
	font-size: 18px;
}
#difp-menu .difp-button, .difp-button, .difp-button-active {
	background: #222;
	border: none;
	padding: 0 40px;
	font-weight: 700;
	line-height: 56px;
	border-radius: 6px;
}
@media screen and (max-width: 480px) {
.difp-table .difp-column-avatar {}
.difp-action-table, .difp-action-table > div,.difp-action-table > div > div {display:block;}
.difp-action-table > div > div {width:100%}
#difp-menu .difp-button,.difp-button,.difp-button-active { width:100% }
#difp-content input[type=text]{ width:100%}
.difp-table .difp-column-difp-cb {
    min-height: 10px;
    padding-top: 0;
    padding-right: 0px;
    position: absolute;
    top: 10px;
    right: 10px;
}
.difp-table .difp-column-difp-cb input[type="radio"], .difp-table .difp-column-difp-cb input[type="checkbox"] {
    margin:0;
}
.difp-column-difp-cb .radio-check-item::before {
    top: 13px;
    left: 3px;
}
.difp-table .difp-column-author {
    width: 100%;
    float: left;
    min-height: 50px;
    vertical-align: middle;
    padding: 5px 5px 0;
}
.difp-table .difp-column-title {
    width: 100%;
    float: left;
    min-height: 55px;
    padding: 5px 5px 0 5px;
    font-size: 11px;
}
.difp-table .difp-column-title span a {
    font-size: 11px;
    padding-left: 5px;
}
.difp-filter{width:100%;}
.bult-action-wrap {width: 100%;}
.bult-action-wrap .difp-bulk-action {width:75% !important;}
.bult-action-wrap .difp-bulk-action-button {width:25% !important;}


}
@media screen and (max-width: 768px) {
.difp-table .difp-message-excerpt { display:none;}
.second_user .difp-per-message-inner {
    border-radius: 5px;
}
.second_user .difp-per-message-inner::before {
    top: -7px;
    right: 25px;
}
.current_user .difp-per-message-inner {
    border-radius: 5px;
}
.current_user .difp-per-message-inner::before {
    top: -7px;
    left: 25px;
}
.difp-message .difp-message-title-heading {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}
.difp-message-title-heading.participants {
    line-height: 32px;
}
.difp-message-title-heading img {
    width: 70px;
}

}
#difp-attachment-field-add,
.difp-attachment-field,
#difp_upload{
	display:none !important;
}
.difp-messagebox-search-form-div{width:270px;}
.difp-messagebox-search-form-field{
	width: 100%;
    line-height: 48px;
    box-shadow: none;
    border: none;
    padding: 0 30px;
    min-height: 48px;
    font-size: 13px;
}
.bult-action-wrap{
	width:300px;
}
.rtl .bult-action-wrap{
	width:auto;	
}
.rtl .bult-action-wrap .pull-left{
	float:right !important;
	
}
.rtl .bult-action-wrap .difp-bulk-action-button button{
	margin-left:0;
	
}
.rtl .bult-action-wrap .difp-bulk-action{
	padding-left:10px;
}
.difp-field{margin-bottom:15px;}
.difp-field textarea{min-height:150px;width:100%;}
.difp-field input{width:100%;}
.bidding-form .difp-label{
	display:none;
}
@media handheld, only screen and (max-width: 1280px) {

.difp-table .difp-column-author {
    width: 25%;
}
.difp-table .difp-column-title {
    width: 53%;
    float: left;
    min-height: 130px;
    padding: 42px 30px 0 0;
}
}
@media handheld, only screen and (max-width: 1024px) {

.difp-table .difp-column-author {
    width: 25%;
	 padding: 50px 20px 0;
}
.difp-table .difp-column-title {
    width: 47%;
    float: left;
    min-height: 130px;
    padding: 42px 20px 0 0;
}
}
@media handheld, only screen and (max-width: 980px) {
	.difp-table .difp-column-avatar {width: 80px;}
	.difp-table .difp-column-author {
		width: 25%;
		padding: 15px 15px 0;
		min-height:80px;
	}
	.difp-column .difp-message-author .message-author-name {
	  font-size: 18px;
	}
	.difp-table .difp-column-author .difp-message-author { font-size: 12px;}
	.difp-table .difp-message-date {
		font-size: 14px;
		line-height: 1;
	}
	.difp-table .difp-column-title {
		width: 52%;
		min-height: 80px;
		padding: 15px 15px 0 0;
	}
	.difp-table .difp-column-title span a {
		font-size: 13px;
		padding-left: 10px;
		line-height: 12px;
	}
	.difp-table .difp-column-title img{float:left;border-radius: 4px;}
	.difp-table .difp-column-title .difp-strong{float:left;}
	.difp-table .difp-column-title .difp-unread-classp{float:left;}
	.difp-table .difp-column-difp-cb {
		min-height: 80px;
		padding-top: 15px;
		padding-right: 15px;
	}
	.message-bid{float: left;
	}

}

@media screen and (max-width: 768px){
.difp-table .difp-column-avatar {width: 60px;}
.difp-table .difp-column-author {
    width: 25%;
    padding: 10px 10px 0;
	min-height:60px;
	}
.difp-table .difp-column-author .difp-message-author { font-size: 12px;}
.difp-table .difp-message-date {}
.difp-table .difp-column-title {
    width: 54%;
    min-height: 60px;
    padding: 10px 10px 0 0;
	}
.difp-table .difp-column-title span a {
    font-size: 9px;
    padding-left: 10px;
    line-height: 10px;
	}
.difp-table .difp-column-title img{float:left;width:40px;}
.difp-table .difp-column-title .difp-strong{float:left;}
.difp-table .difp-column-title .difp-unread-classp{float:left;}
.difp-table .difp-column-difp-cb {
    min-height: 60px;
    padding-top: 10px;
    padding-right: 5px;
	}
.message-bid{
	float: left;
	}
	.difp-message-author .message-author-name {
	  font-size: 18px;
	}
}

@media screen and (min-width: 782px){
.wp-core-ui .quicktags-toolbar input.button.button-small {
		width: auto !important;
	}
}
@media screen and (max-width: 480px){
	.difp-table-row{position:relative;}
	.difp-unread-class {
		font-size: 9px;
		height: 16px;
		line-height: 16px;
		min-width: 42px;
		margin-left: 10px;
	}
	.difp-table .difp-column-title img {
		display: none;
	}
	.message-bid, .bid_amount {
		min-width: 32px;
		padding: 0 5px;
		margin-left: 10px;
		font-size: 10px;
		line-height: 16px;
	}
	.difp-message-title-heading img {}
	.difp-message .difp-message-title-heading {
		text-align: left;
	}
	.message-bid, .bid_amount {
		display: inline-block;
	}
	.filters-table .bult-action-wrap button {
	  padding: 14px 20px;
	}
	.difp-column .difp-message-author .message-author-name {
		font-size: 16px;
		float: left;
		line-height: 30px;
		width: 70%;
	}
	.difp-table .difp-message-date {
	  line-height: 1;
	  float: left;
	}
	.difp-column-thumb {
		width: 80px;
		height: 80px;
	}
	.difp-column-thumb img{
		max-width:100%;
		max-height:100%;
	}
	.difp-table-row .difp-column-content{
		padding: 10px 0 0 0;
		min-width: 70%;
		
	}
	.difp-table .difp-column-difp-cb {
		padding-right: 0;
		padding-left: 0px;
	}
	.difp-message-table .row .col-md-12{
		width:100%;
	}
	.difp-column-difp-cb .radio-check-item:before {
		top: 4px !important;
	}
	.bult-action-wrap {
		width: 100% !important;
		margin-top:10px;
		margin-bottom:10px;
	}
	.current_user .author-thumbnail img, .second_user .author-thumbnail img {
		height: 48px;
		width: 48px;
	}
	.current_user .author-thumbnail, margin-right: 10px; {
		width: 48px;
		height: 48px;
	}
	.second_user .author-thumbnail{
		margin-right: 5px;
	}
	.current_user .author-thumbnail{
		margin-left: 5px;
	}
	.second_user .difp-per-message-inner, .current_user .difp-per-message-inner {
	  width: 80%;
	}
	

}
@media screen and (max-width: 420px){
.difp-table-row{position:relative;}
.difp-table .difp-column-author {
    width: 60%;
    padding: 10px 10px 0;
    min-height: 60px;
}
.difp-table .difp-column-title {
    width: 100%;
    min-height: 60px;
    padding: 10px 10px 0 10px;
}
.difp-table .difp-column-title img {
    border-radius: 2px;
	display:inline-block;
}
}
.announcement .difp-bulk-action{
	float:left;
	width:50%;
}
.announcement .difp-bulk-action .select2.select2-container{
	max-width:200px;
	float:left;
}
.announcement .difp-bulk-action button{
	float:left;
	margin:0 0 0 5px;
	border-radius:2px;
	padding:7px 20px 8px;
}
.announcement .difp-filter{
	float:right;
	width:50%;
}
.announcement .difp-table-row{
	position:relative;
	padding:10px 20px;
}
.announcement .difp-column-difp-cb {
    float: none;
    min-height: 20px;
    padding-top: 0;
    padding-right: 0;
	position:absolute;
	top:15px;
	right:15px;
}
.announcement .difp-column-date {
	text-align:left;
}
.rtl .announcement .difp-column-date {
	text-align:right;
}
.announcement .difp-column-title {
    width: 100%;
    float: none;
    min-height: 1px;
    padding: 0;
    text-align: left;
}
.rtl .announcement .difp-column-title {
    text-align: right;
}
.announcement .difp-column-title span a {
    padding-left: 0;
}
.difp-column-content{
	padding: 0 15px;
	float:left;
	text-align:left;
	min-width:70%;
}
.rtl .difp-column-content{
	float:right;
	text-align:right;
}
.difp-column-thumb{
	float: left;
	width: 130px;
	height: 130px;
}
.rtl.difp-column-thumb{
	float: right;
}
.difp-column-thumb img{
	width: 130px;
	height: auto;
	border-radius: 6px;
}
.rtl .difp-column-thumb{
	float:right;
}
.difp-message-author .author-thumbnail {
    float: left;
    margin-right: 18px;
    width: 48px;
	line-height: 10px;
}
.rtl .difp-message-author .author-thumbnail {
    float: right;
    margin-right: 0;
    margin-left: 18px;

}
.difp-message-author .author-thumbnail img{
    width: 50px;
	height: auto;
	border-radius: 6px;
}
.difp-message-author .message-author-name{
	color: #222;
	margin-right: 10px;
	font-size: 14px;
	font-weight: 600;
	vertical-align: middle;
}
.difp-message-author{
	line-height: 50px;
}
.difp-column-content .message-title{
	padding:10px 0;
	font-weight: bold;
}
.difp-column-content .difp-unread-classp{
	padding-right:5px;
}
.bult-action-wrap button{
	padding: 14px 40px;
	margin: 0 0 0 10px !important;
	font-size: 14px;
	border-radius: 2px;
	background-color: #0867d1;
}
