#post_complaint_div{
    display: none;
    position: fixed;
    width: 524px;
    min-height: 300px;
    bottom: 0px;
    right: 10px;
    border: 1px solid #cacaca;
    border-radius: 5px;
    padding: 2px;
    background-color: #FFFFFF;
    z-index: 100000;
}

#post_complaint_div #post_complaint_label{
    background-color:#434343;
    color:#FFFFFF;
    font-size: 15px;
    font-family: SimplifiedArabic;
    /*font-weight: bold;*/
    padding: 8px;
    border-radius: 5px 5px 0px 0px;
}

#post_complaint_div #complaint_close{
    float:right;
    padding-right:4px;
    cursor:pointer;
}

#post_complaint_div select{
    font-size: 15px;
    font-family: SimplifiedArabic;
    padding:5px;
    margin-top:5px;
    border: 0px solid #000000;
}

#post_complaint_div input{
    font-size: 15px;
    font-family: SimplifiedArabic;
    padding:10px;
    border: 0px solid #000000;
    outline: none;
}

#post_complaint_div textarea{
    font-size: 15px;
    font-family: SimplifiedArabic;
    padding:10px;
    border: 0px solid #000000;
}

#frm_contact_info textarea{
    border: 0 none;
    color: #868686;
    float: left;
    font-family: SimplifiedArabic;
    font-size: 15px;
    padding-top: 15px;
    padding-left: 20px;
    width: 100%;
}

#frm_lawyer_profile_settings textarea{
    border: 0 none;
    color: #868686;
    float: left;
    font-family: SimplifiedArabic;
    font-size: 15px;
    padding-top: 15px;
    padding-left: 20px;
    width: 100%;
}

#frm_lawyer_profile_settings select{
    border: 0 none;
    color: #868686;
    float: left;
    font-family: SimplifiedArabic;
    font-size: 15px;
    /*padding-top: 15px;*/
    padding-left: 20px;
    width: 100%;
    height: 50px;
}

#post_complaint_div button{
    font-size: 14px;
    font-family: arial;
    padding:5px;
    background-color: #54b0db;
    outline: none;
}

#btn_login{
    font-size: 14px;
    font-family: arial;
}

#btn_view_post_complaint, #btn_goto_messages{
    width: 200px;
    height: 44px;
    font-size: 31px;
    padding: 5px;
    background-color: #4FA3CE;
    float: right;
    outline: none;
}

#posted_complaints_div{
    width:90%;
    min-height:480px;
    /*font-family:arial;
    font-size:20px;*/
}

#posted_complaints_div .row{
    font-family:SimplifiedArabic;
    font-size: 15px;
    padding: 3px 0px;
    border-bottom:1px solid #000000;
}

.profile_userpic img {
    float: none;
    margin: 0 auto;
    width: 160px;
    height: 160px;
}

.header_userpic img {
  width: 35px;
  height: 35px;
  margin-top: 2px;
  margin-left: 7px;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}

.percentbar {
    background: #E3E1E1;
    border: 1px solid #434343;
    border-radius: 4px;
    height: 19px;
}

.percentbar div {
    background: #4EA5CF;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    height: 17px;
}

#modal_profile_pic_upload{
    font-family:arial;
    font-size:15px;
}

#progressbox {
    border: 1px solid #454545;
    padding: 1px;
    position:relative;
    width:140px;
    border-radius: 3px;
    margin: 8px;
    display:none;
    text-align:left;
}

#progressbar {
    height:14px;
    border-radius: 3px;
    background-color: #4EA5CF;
    width:1%;
}

#statustxt {
    top:-2px;
    left:43%;
    position:absolute;
    display:inline-block;
    color: #000000;
    font-family:SimplifiedArabic;
    font-size:14px;
}

/*******************************************/
/* Lawyer - My Profile PageContact Info    */
/*******************************************/
.admin-details,
.practice-areas {
	background-size: cover;
}
.admin-details {
	background-image:url('../images/background-1.jpg');
	padding: 100px 0;
}
.practice-areas {
	background-image:url('../images/background-2.jpg');
	padding: 50px 0;
}
.admin-profile-details .admin-name {
    /*font-family: SimplifiedArabic;*/
    font-size: 25px;
    /*font-weight: bold;*/
    margin: 3px 0 0;
}
.admin-profile-details .admin-desc {
	font-size:15px;
}
.admin-profile-details .admin-info {
	margin:0;
	padding:0;
	width:100%;
	display:inline-block;
	margin-top:10px;
}
.admin-profile-details .admin-info li {
	list-style: none;
    float: left;
    margin-right: 60px;
    font-size: 17px;
    display: block;
    width: auto;
    white-space: nowrap;
}
.admin-profile-details .admin-info p {
    font-size: 20px;
    display: block;
    width: auto;
    white-space: nowrap;
}
.admin-profile-details .admin-info li:last-of-type {
	margin-right:0;
} 
.admin-profile-details .admin-info li > img {
	float:left;
	margin-right:5px;
	margin-top: 1px;
}
.admin-details-bottom {
    background: #343434;
	margin-bottom:75px;
}
.admin-details-bottom .contact-details .fa {
	color: #343434;
    font-size: 22px;
    background: #525252;
    border-radius: 50%;
    padding: 14px 0;
    height: 50px;
    width: 50px;
    text-align: center;
    float: left;
	margin-right: 15px;
}
.admin-details-bottom .contact-details h3 {
	color: #a8a7a7;
    font-size: 15px;
    font-family: SimplifiedArabic;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 60px;
}
.about-company p,
.view-more-link {
    font-family: SimplifiedArabic;
	font-size: 15px;
	color:#494949;
}
.heading-row {
	width: 100%;
    display: inline-block;
	padding: 13px 0px;
    border-bottom: 1px solid #dfdfdf;
	margin-bottom: 20px;
}
.heading-row a.view-more-link {
	display: inline-block;
    width: auto;
}
.contact-info-wrp:last-of-type {
	margin-bottom:100px;
}
.contact-info-wrp > .row {
	margin-bottom:10px;
}
.contact-info-wrp h5 {
	font-size:16px;
	margin-top:0;
}

/*******************************************/
/* Search Lawyers                          */
/*******************************************/
.top-search-row {
	display: inline-block;
    width: 100%;
    background: #e3e1e1;
    padding: 30px 0;
}
.top-search-row .form-inline input {
	width:100%;
}
.top-search-row .form-inline .form-control-feedback {
    font-size: 20px;
	top: 10px;
    right: 20px;
	color: #dedede; 
}
.search-result-heading .page-heading {
	font-size:40px;
	margin-bottom:0;
	line-height: 25px;
}
.search-result-heading .search-value {
	margin: 18px 0 0 15px;
    display: inline-block;
}
.search-result-heading .compare-info {
	display:inline-block;
	width:100%;
}
.searched-lawyer-list {
	margin-top:20px;
}
.searched-lawyer-list .lawyer-list {
	margin:0;
	padding:0;
}
.searched-lawyer-list .lawyer-list li {
	list-style: none;
    padding: 20px 0;
    border-bottom: 1px solid #dfdfdf;
}
.searched-lawyer-list .lawyer-list li:last-of-type {
	margin-bottom:30px;
}
.searched-lawyer-list .lawyer-list .img-wrp {
	width:140px;
	height:140px;
	overflow:hidden;
}
.searched-lawyer-list .lawyer-list li .lawyer-name {
	font-size: 24px;
	margin:0;
}
.right-search-box {
	background:#e7e7e7;
	border-radius:10px;
	box-shadow:inset 0px 7px 0px -2px #54b0db;
	padding:50px 35px;
}

.margin-top-40 {
    margin-top: 40px;
}

#frm_lawyer_search_apply select{
    border: 0 none;
    color: #868686;
    float: left;
    font-family: SimplifiedArabic;
    font-size: 15px;
    padding-left: 20px;
    width: 100%;
    height: 50px;
}

#frm_lawyer_search_apply label{
    font-family: SimplifiedArabic;
    font-size: 14px;
}

.btn_big_sal{
    width: 170px;
    font-size: 31px;
    padding-top: 14px;
    background-color: #4FA3CE;
    float: right;
    outline: none;
}

.user_badge{
    width:50px;
    height:50px;
    border-radius:25px;
    font-size:25px;
    color:#FFFFFF;
    line-height:50px;
    text-align:center;
    background-color:#4EA5CF;
    border:1px solid #434343;
    cursor:default;
}

/*.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }*/
.sal_pre_loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../images/ajax-loader.gif') center no-repeat #FFFFFF;
}

.user-is-online em {
    background: #44ab00 none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    height: 7px;
    margin: 2px 4px 0 0;
    vertical-align: top;
    width: 7px;
}

/*Notification div popup*/
.notification-new em {
    /*background: #F03C47 none repeat scroll 0 0;*/
    background: #FF00FF none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    height: 7px;
    vertical-align: top;
    width: 7px;
    position:absolute;
    top: 10%;
    left: 70%;
}
#notification_li
{
    position:relative;
}
#notificationContainer 
{
    background-color: #fff;
    /*border: 1px solid rgba(100, 100, 100, .4);*/
    border: 2px solid #434343;
    box-shadow: 2px 2px 4px #888888;
    border-radius:4px;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    overflow: visible;
    position: absolute;
    top: 40px;
    margin-left: -164px;
    width: 400px;
    z-index: 100001;
    display: none;
}
/* Popup Arrow
#notificationContainer:before 
{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    color: transparent;
    border: 10px solid #434343;
    border-color: transparent transparent white;
    margin-top: -20px;
    margin-left: 195px;
} */

#notificationTitle
{
    padding:8px 8px 0px 8px;
    font-size: 22px;
    background-color: #ffffff;
    /*position: fixed;
    z-index: 1000;*/
    width: 394px;
    border-bottom: 1px solid #E1E1E1;
}
#notificationsBody
{
    /*padding: 33px 0px 0px 0px !important;*/
    min-height:200px;
    max-height:304px;
    font-family:SimplifiedArabic;
    font-size:14px;
    padding:10px;
    /*overflow-y:auto;*/
    width:99%;
    margin-bottom:4px;
}
#notificationFooter
{
    background-color: #e9eaed;
    text-align: center;
    font-weight: bold;
    padding: 8px;
    font-size: 12px;
    border-top: 1px solid #dddddd;
}
#new_message_alert
{
    position:fixed; 
    bottom:0px; 
    right:0px; 
    background-color:#ECD384; 
    height:41px; 
    line-height:41px; 
    width:800px; 
    font-family:SimplifiedArabic; 
    font-size:16px; 
    text-align:center; 
    margin-left:-400px; 
    left:50%;
    display:none;
}

#apply_search_criteria{
    background-color: #ECD384;
    border-radius: 4px;
    color: #356C4C;
    display: none;
    font-size: 33px;
    height: 60px;
    line-height: 70px;
    margin-left: 55%;
    text-align: center;
    width: 50%;
}

#dv_show_older_replies{
    text-align:center;     
    font-family:SimplifiedArabic; 
    margin-bottom:10px;
}

#btn_show_older_replies{
    border:1px solid #E1E1E1; 
    background-color:#4EA5CF; 
    color:#FFFFFF; 
    padding:7px;
}