/* new css */
.forumDetails{
    text-align: left;
    padding-top: 20px;
}
.forumDetails_list {
}
.forumDetails_list_main {
    background: #fff;
    padding: 0 20px;
    margin-bottom: 10px;
    border-radius: 4px;
}
.dis{
    display: flex;
}
.flex_space{
    flex: 1 1;
}
.forumDetails_list_left {
    border-right: 1px solid #e0dada;
    padding: 15px 15px 15px 0;
    margin-right: 15px;
}
.forumDetails_list_left_pro{}
.forumDetails_list_left_pro_img {
    width: 55px;
    height: 55px;
    margin-right: 10px;
}
.forumDetails_list_right p img {
    position: relative;
    float: left;
    width:  100%;
    height: 100%;
    background-position: 50% 50%;
    background-repeat:   no-repeat;
    background-size:     cover;
}
._title {
    font-weight: bold;
    color: #0a46d9;
    font-size: 17px;
}
.forumDetails_date {
    margin: 7px 0 11px;
}
.forumDetails_date p {
    background: #0a46d9;
    margin-right: 3px;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    padding: 1px 10px;
    border-radius: 3px;
}
.forumDetails_date_text{}
.forumDetails_date_gen{}
.forumDetails_status {
    font-size: 15px;
    color: #827d7d;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
}
.forumDetails_right {
    width: 79px;
    padding: 8px 0 3px;
}
.forumDetails_list_right_ul{}
.forumDetails_list_right_ul li {
    font-size: 14px;
    color: #827d7d;
    list-style: none;
    margin: 5px 0;
}
.forumDetails_cate {
    background: #0a46d9;
    border-radius: 4px;
    padding: 0 0px;
    margin-bottom: 20px;
}
.forumDetails_cate_title {
    color: #fff !important;
    font-size: 18px;
    padding: 10px 20px 4px;
}
.forumDetails_cate_ul{}
.forumDetails_cate_ul li {
    padding: 8px 20px 8px;
    border-top: 1px solid #3666de;
    list-style: none;
}
.forumDetails_cate_ul_main {
    align-items: center;
}
.forumDetails_cate_ul_main_text {
    color: #fff !important;
    font-size: 14px;
    flex: 1 1;
}

.forumDetails_cate_ul_main_num {
    background: white;
    height: 15px;
    width: 16px;
    border-radius: 2px;
    text-align: center;
    color: #0a46d9;
    font-weight: bold;
    font-size: 11px;
}
.postdetails {
    padding: 29px 32px;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 20px;
}
.postdetails_title {
    color: #0a46d9;
    font-weight: bold;
    font-size: 22px;
    margin: 0 0 7px;
}
.postdetails_username {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}
.postdetails_cate_date {
    color: #666;
    margin: 4px 0 8px;
}
.postdetails_cate_date span {
    margin-right: 10px;
}
.postdetails_status {
    margin-top: 13px;
}
.postdetails_status_text {
    font-size: 16px;
    line-height: 22px;
    color: #666;
}
.postdetails_status_text p img {
    position: relative;
    float: left;
    width:  100%;
    height: 100%;
    background-position: 50% 50%;
    background-repeat:   no-repeat;
    background-size:     cover;
}
.comment {
    padding: 13px 0 0px 0px;
}
.comment_status {
    margin: 0 0 11px;
}
.comment_input{}
.comment_input_inp {
    width: 100%;
    padding: 10px 10px;
    border-radius: 3px;
    margin-right: 20px;
    resize: none;
    border: 1px solid #c3c3c3;
}
.comment .postdetails_status_text {
    font-size: 14px;
    line-height: 20px;
}
.comment .postdetails_cate_date {
    margin: 4px 0 5px;
}
.comment_all {
    padding: 22px 0 11px;
}
.comment_num {
    color: #666;
    border-bottom: 1px solid #ddd;
    padding: 0 0 6px;
}
.comment_input {
    align-items: flex-end;
}
.comment_button {
    background: #0a46d9;
    border: none;
    color: #fff;
    padding: 6px 13px;
    border-radius: 3px;
}
.comment_main{}
.ceta{
    font-weight: bold;
    cursor: pointer;
    font-size:13px;
}

.li_link{
    cursor: pointer;
}
.post_add {
    cursor: pointer;
    padding: 10px 0 10px 0;
    text-align: center;
}
.my_pagination  {
    padding-top: 11px;
    padding-bottom: 4px;
}
.my_pagination .pagination {
    justify-content: center;
    margin-bottom: 20px;
}
._logout {
    font-size: 12px !important;
    font-weight: bold !important;
}
#menunav li ul {
    z-index: 50;
}
.noti {
    padding: 11px 28px 7px;
}
.noti_main:last-child {
    border-bottom: 0px solid #ddd;
}
.noti_main {
    border-bottom: 1px solid #ddd;
    display: flex;
    padding: 15px 5px 15px;
    align-items: center;
}
.noti_main_pic{
    height: 45px;
    width: 45px;
    border-radius: 50%;
    margin-right: 10px;
}
.noti_main_all{}
.noti_date {
    color: #8b8b8b;
    font-size: 11px;
    margin: 0 0 9px;
}
.noti_title {
    font-weight: 600;
    font-size: 14px;
    margin: 0 0 3px;
}
.noti_status {
    font-size: 13px;
    line-height: 18px;
    color: #423f3f;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 1;
}
.noti_head {
    color: #555;
    margin-top: 21px;
}
/* new css */
/* admin pages */
.admin {
    margin: 0px 0 20px;
    padding: 0;
}
.admin_main {
    background: #fff;
    text-align: left;
    padding: 23px 39px;
}
.admin_main_menu {
    border-right: 1px solid #ddd;
}
.admin_main_menu_ul{}
.admin_main_menu_ul li {
    font-size: 14px;
    list-style: none;
    padding: 0px 0;
    margin: 0 0 21px 0;
    cursor: pointer;
    transition: .3s all ease;
}
.admin_main_menu_ul_active{
    color: #0a46d9 !important;
}
.admin_main_menu_ul li:hover{
    color: #0a46d9;
}
.admin_title {
    font-weight: 600;
    color: #111;
    font-size: 21px;
    margin: 0 0 31px;
}
.admin_pages{}
.video_input_group {
    margin-bottom: 28px;
    text-align: center;
}
.User_List {
    padding-left: 19px;
}

.User_List_table {
    width: 100%;
    overflow: auto;
    margin-bottom: 20px;
}
.User_List_table tr{}
.User_List_table tr th {
    border: 1px solid #ddd;
    padding: 7px 15px;
}
.User_List_table tr td {
    border: 1px solid #ddd;
    padding: 7px 15px;
}

.table_button {
    background: #0a46d9;
    color: #fff;
    border: none;
    padding: 4px 16px;
    border-radius: 3px;
}
.table_button_green {
    background: #19be6b;
    color: #fff;
    border: none;
    padding: 4px 16px;
    border-radius: 3px;
}
.table_button_red {
    background: #dc3545;
    color: #fff;
    border: none;
    padding: 4px 16px;
    border-radius: 3px;
}
.list_title {
    font-size: 17px;
    font-weight: 600;
    color: #222;
    margin-bottom: 13px;
}

.details_all{}
.details_group {
    padding: 0 0 15px;
}
.details_group_title {
    font-size: 15px;
    color: #222;
    font-weight: 600;
}
.details_group_pro {
    font-size: 14px;
    margin: 2px 0 0;
}
.video{}
.video_title {
    font-size: 24px;
    color: #0946d9;
    margin: 0 0 6px;
}
.video_play{}
.video_all {
    padding: 35px 0;
    border-bottom: 1px solid #ddd;
}
.p_reset {
    padding: 10px;
    font-size: 15px;
    color: blue;
}
.subtitle_green {
    font-size: 14px;
}

/* admin pages */
