.profile-save-btn{
	border:1px solid #555;
	padding:3px 15px;
	margin-right:10px;
	color:#555;
	display:none;
}
.profile-save-btn:hover,
.profile-save-btn:focus{
	background:#CD5547;
	color:#fff;
	border:1px solid #CD5547;	
	cursor:pointer;
}
.profile-cancel-btn{
	color:#F00 !important;
	cursor:pointer;
	display:none;	
}
.edit-profile{
	color:#CD5547;
	cursor:pointer;
}
#profile .edit-username[disabled]{
	color:#999;
	border:none;
	border-bottom:1px solid transparent;
	padding:0 0 3px;
	
}
#profile .edit-username{
	border:none;	
	border-bottom:1px solid #999;
	color:#666;
	border-radius:0;
	padding:0 0 3px 5px;
	
}

#profile .country-selection{
	color:#666;
	border:1px solid transparent;
	border-bottom:1px solid #999;
	padding:0 0 3px;
	appearance:none;
	margin-left:0;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
}
#profile .country-selection[disabled]{
	color:#999;
	border:1px solid transparent;
	padding:0 0 3px;
	/* margin-left:-5px; */
	margin-left: 0px;
}
#profile textarea{
	padding:0 5px 5px;
	border:none;
	color:#666;
	border-bottom:1px solid #999;
	resize:none;
	overflow: hidden;
}
#profile textarea[disabled]{
	padding:0;
	border:1px solid transparent;
	color:#999;
}




.edit-proile-wrap{
	display:none;
}
.edit-profile-form{
	margin-bottom:20px;
}
.edit-profile-form label{
	font-size:15px;
	color:#000;
}
.edit-profile-form input, .edit-profile-form textarea , .edit-profile-form select{
	margin-bottom:15px;
	margin-top:0;
}
.cancel-profile-btn{
	cursor:pointer;
	margin-left:10px;
}
.save-profile-btn{
	border-radius:0;
	padding:5px 20px !important;
	float:none
}
.article-notification{
	background: #000;
	color:#fff;
	padding:5px 10px;
	font-size:14px;
	margin-bottom:15px;
	border:2px solid #CD5547;
}
.article-notification-wrap{
	padding-left:45px
}
.edit-article{
	cursor:pointer;
}
.info-icon{
	margin-right:10px;
}
.article-form-wrap{
	
}
.article-div {
  background: #efefef none repeat scroll 0 0;

  float: left;
  margin-bottom: 20px;
  padding: 0 15px;
  width: 100%;
}

.article-content{
	text-align:left;
}
.article-view-more{
	margin:0;
}


.article-div{
	padding:0;
	background:none;
	margin-bottom:0;
}

.article-img{
	margin-bottom:15px;
}
.article-content{
	 margin-top:5px;
}
.article-view-more{
	margin-top:5px;
}

.article-post-detail {
  border-top: 1px solid #dedede;
  padding: 5px 0;
  margin-top:20px;
}


.add-img {
  background: #000 none repeat scroll 0 0;
  bottom: 16px;
  padding: 10px 20px;
  position: absolute;
  right: 15px;
  color: #fff;
}
.img-border {
  border: 1px solid #ddd;
  height: 302px;
}
#article-img{
	margin:auto;
	max-height:300px;
	float:none;
}
.img-size{
	margin:0;
}
.preview-article {
  cursor: pointer;
  float: left;
  font-size: 13px;
  margin-top: 11px;
}

.article-preview-body{
	float:left;
}
#article-preview-div .modal-dialog{
	max-width:750px;
}
	

.profile_link:focus, .profile_link:hover 
{
    color: #000;
    text-decoration: none;
}


.article-form-wrap a:hover,.article-form-wrap a:link ,.article-form-wrap a:visited,.article-form-wrap a:active ,
.article-content a:hover,.article-content a:link,.article-content a:visited,.article-content a:active
{
	color:#337ab7;
}
#article-preview-div .modal-body
{
	background : none;
}




.pink_bg
{
	background: rgb(239, 239, 239);
	margin-bottom:10px;
}
.image_edit_small_button {
    font-size: 20px;
    color: #000;
    background: #fff;
    padding: 4px;
    position: absolute;
    z-index: 1;
    display: inline-block;
    right: 15px;
    cursor: pointer;
    top: 7px;
    border: 1px solid #adadad;
}
.modal-dialog {
  width: 100%;
  max-width:680px;
  margin:40px auto;
}
.modal-title {
  width: auto;
}
.modal-body .form-group input{
	margin-bottom:20px;
}
.modal-body {
  background:url(../images/modal-bg.png) no-repeat right bottom;
}
.modal-open{
	overflow-Y:auto;
}
.modal-backdrop.in
{
	opacity:0.8;
}
#article-preview-div .modal-body
{
	background : none;
}
#article-preview-div .modal-dialog{
	max-width:750px;
}

#ajaxFooterFollowers {
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}