.profile-page-content {
    min-height:83vh;
    padding-top: 44px;
}

.profile-page-content .page-title {
    font-size: 32px;
    margin-bottom: 24px;    
    padding-bottom:4px;
    border-bottom:1px solid #f0f0f0;
}

.profile-nav {
    margin-bottom: 24px;   
}

.profile-nav button {
    width: 100%;
    border-left: 1px solid #fff;
}



.user-content-article {
    margin-bottom: 25px;
    border-bottom: 1px solid #eceef1;
    padding-bottom: 25px;
}

.user-content-article .thumb {
    max-width: 100%;
    padding:2px;
    border:1px solid #ccc;
}



.user-content-article h2 {
    font-size:18px;
    margin-top: 0;
    margin-bottom: 5px;
}

.user-content-article a {
    color:#333;
}

.user-content-article  .short-desc {
    font-size: 15px;
    color:#8e8e8e;
}

.user-content-article .pending {
    color:#f98b15
}

.user-content-article .draft {
    color:#6b0514
}

.user-content-article .publish {
    color:#075107
}

.user-content-article .publish a {
    color:#075107
}

.write-post-info {
    border-bottom: 0;
    padding-bottom: 0;
}

.write-image-preview {
    max-width:350px;
    display:block;
    margin-top:5px;
}

.profile-image-preview {
    max-width: 120px;
    display: block;
    margin-top: 12px;
}

.btn-write {
    font-size: 20px;
    padding-right: 30px;
    margin: 0 auto;
    padding-left: 30px;
}



.dataTables_wrapper .dataTables_filter input {
    margin-right: 0.5em;
    border: 0;
    width: 300px;
    padding: 8px;
    background-color: #f5f4f4;
    border-radius: 8px;
    margin-left: 0;
    outline-width: 0;
    outline: none;
}

.dataTables_length {
    display:none;
}

.dataTables_length select {
    margin-right: 0.5em;
    margin-left: 0.5em;
    border:1px solid #ccc;
    width:80px;
    padding:3px;
}

table.dataTable tbody th, table.dataTable tbody td {
    vertical-align: middle;
}



#user-content-datatable .pending {
    background-color: #f98b15;
    color: #fff;
    font-size: 11px;
    padding: 4px 8px 4px 8px;
    border-radius: 5px;
    display: inline-block;
    width: 100px;
    text-align: center;
}

#user-content-datatable .draft {
    background-color: #d20d06;
    color: #fff;
    font-size: 11px;
    padding: 4px 8px 4px 8px;
    border-radius: 5px;
    display: inline-block;
    width: 100px;
    text-align: center;
}

#user-content-datatable .publish {
    background-color: #0a7d0a;
    color: #fff;
    font-size: 11px;
    padding: 4px 8px 4px 8px;
    border-radius: 5px;
    display: inline-block;
    text-decoration:none;
    width: 100px;
    text-align: center;
}

#user-content-datatable .publish a {
    color:#fff;
    text-decoration:none;
}

#user-content-datatable .thumb {
    border:1px solid #f0f0f0;
    padding:2px;
    width:50px;
}


#user-content-datatable .btn-edit {
    background-color: #222;
    color: #fff;
    border-radius: 20px;
    border-color: #222;
    
}


.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color:#fff !important;
    border:0 !important;
    background: none;
    background-color: #00b4cc !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active, .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    outline: none;
    background: none;
    border:0 !important;
    background-color: #ccc !important;
    box-shadow: none;
}

#user-content-datatable_filter {
    float: right;
    margin-left: 0;
    padding-left: 0;
}


.write-tips h3 {
    font-size:20px;
    border-bottom:1px solid #ccc;
    padding-bottom:4px;

}

.write-tips ul {
    padding-right: 0;
    list-style-type:none;
}

.write-tips ul li {
    margin-bottom:8px;
}

.write-tips ul li {
    padding-right: 1.3em;
}

.write-tips ul li:before {
    content: "\f00c"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-right: -1.3em; 
    width: 1.3em; 
    color: #00b4cc;
}

.write-tips img {
    max-width:100% !important;
    width:100% !important;
    height:auto  !important;
    border: 1px solid #ccc;
    padding: 2px;
}

.terms_check_err {
    color:#9a0d0d;
    font-weight:bold;
    display:none;
}


.loved-posts .cateory-post {
    padding-right:0;
    padding-left:24px;
}

.loved-posts.category-page-content {
    min-height: auto;
    margin-top:0;
}

.loved-posts.category-page-content .cateory-posts {
    min-height: auto;
    
}

.loved-posts.category-page-content .cateory-posts .remove-stand-alone {
    color:#8e8e8e;
    cursor: pointer;
    padding-right: 7px;
}

.loved-posts.category-page-content .cateory-posts .remove-stand-alone:hover {
  text-decoration: none;
}

.loved-posts.category-page-content .cateory-posts .date {
    color:#8e8e8e;
}

.loved-posts.category-page-content .cateory-posts .remove-from-fav {
    color: #585757;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 4px;
    right: 19px;
    background-color: rgba(255,255,255,0.8);
    width: 24px;
    height: 24px;
    padding: 4px 4px 6px 6px;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
}

.loved-posts.category-page-content .cateory-posts .remove-from-fav i{
    text-align: right;
    width:auto;
}

.profile-form-title {
    font-size:20px;
    border-bottom:1px solid #ccc;
    padding-bottom:5px;
    margin-bottom:16px;
}

/*
select 2 styles
*/

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #00b4cc !important;
    border: 1px solid #00b4cc !important;
    color: #fff !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff !important;
}