.dashboard_menu {
    float: right;
    margin-top: 20px;
    margin-bottom: 5px;
}

.user_dashboard  .nav ul {
    list-style: none;
    float: right;
    border-radius: 5px;
    border: 1px solid #f5F6f7;
}
.dashboard_content label {
    font-size: 15px;
    font-weight: normal;
}
.control-label{
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 3px;
}
.help-block{
    font-size: 15px;
    font-weight: normal;
}


.user_dashboard  .nav ul li {
    text-align: center;
    height: 75px;
    border-bottom: 1px solid #f5f6f7;
    border-radius: 3px;
    position: relative;
    line-height: 75px;
}

.user_dashboard  .nav ul  li  ul  li {
    text-align: center;
    height: 40px;
    border-bottom: 1px solid #f5f6f7;
    border-radius: 3px;
    position: relative;
    line-height: 75px;
    float: right;

}


.question_content,.learning_content,.article_content,.thesis_content,.project_content,.store_content,.add_content
,#field_form{
    display: none;
}


/*.dashboard_menus ul .active > a::before {*/
/*content: '';*/
/*position: absolute;*/
/*top: 0px;*/
/*right: 178px;*/
/*border-style: solid;*/
/*border-width: 30px 40px 30px 0;*/
/*border-color: transparent #2aabd2 transparent transparent;*/
/*}*/
.dashboard_menu .dropdown-item {
    text-align: right;

}
.dashboard_content {
    background: #FFFFFF;
    padding: 20px 40px;
    border: 1px solid #eee;
    border-radius: 5px;
    box-shadow: 1px 2px 5px #eee;
    position: relative;
    padding-bottom: 100px;
}

.add_new_filed, .add_new_university, .add_new_lesson, .add_new_user,.add_new_blog,.add_new_news,.virtual-orders,#address_form ,.add_settle_account_form,.add_account_num_form{
    margin-bottom: 60px;
    margin-top: 20px;
    display: none;
}

.general_view a{
    float: right;

}

.general_view {
    width: 100%;
    padding-bottom: 50px;
}

.general_view ul li {
    list-style: none;
    text-align: center;
    font-size:14px;
}
.general_view .statistic ul li span{
    text-align: center;
}
.general_view .statistic{
    margin-top: 30px;
}
.general_view ul li:nth-child(2){

    font-weight: 600;

}
.general_view ul li:nth-child(1){
    font-weight: 200;

}

.general_view ul li img {
    margin: 0;
    width: 60px;
    height: 60px;

}

.general_view ul li p {
    text-align: center;
    font-size: 18px;
    margin: 0;
}


.user_dashboard {
    border-radius: 5px;
    padding: 0;
    margin-bottom: 100px;
}




.table-bordered{
    margin-top: 25px;
}
.table-bordered > thead > tr > th:first-of-type {
    text-align:center;
    width: 100px;
}

.table-bordered > thead > tr > th:last-of-type,
.table-bordered > tbody > tr > td:last-of-type {
    border-right: 0px;
}

.table-bordered > thead > tr > th:first-of-type,
.table-bordered > tbody > tr > td:first-of-type {
    border-left: 0px;
}

.table-bordered > tbody > tr:first-of-type > td{
    border-bottom: 0px;
}


.table-bordered > tbody > tr > td{
    line-height: 34px;
}



 .filterable {
     margin-top: 15px;
 }

.filterable .filters input[disabled] {
    background-color: transparent;
    border: none;
    cursor: auto;
    box-shadow: none;
    padding: 0;
    height: auto;
}

.filterable .filters input[disabled]::-webkit-input-placeholder {
    color: #333;
    text-align: center;

}

.filterable .filters input[disabled]::-moz-placeholder {
    color: #333;
    text-align: center;
}

.filterable .filters input[disabled]:-ms-input-placeholder {
    color: #333;
    text-align: center;

}


