
/************************** users styles ************************/
#pu_statistics_section{
    margin-top: 6px;
}
#pu_statistics_section div:nth-child(1){
    background-color: blueviolet;
}
#pu_statistics_section div:nth-child(2){
    background-color: #009788;
}
#pu_statistics_section div:nth-child(3){
    background-color: #fe5722;
}
#pu_statistics_section div:nth-child(4){
    background-color: #ea1e63;
}
#pu_statistics_section div:nth-child(5){
    background-color: #f1382a;
}
#pu_statistics_section{
    padding: 5px;
    background-color: #eae4e4;
}
#pu_statistics_section div{
    cursor: pointer;
    padding: 6px 10px 6px 10px!important;
    width: 110px;
    margin-left: 6px;
    margin-bottom: 3px;
}
#pu_statistics_section p{
    margin: 0 0 3px;
    float: right;
}
#pu_statistics_section div i{
    font-size: 22px;
    display: flex;
    margin-top: 10px;
}
.pu_sort_box i{
    position: absolute;
}
#pu_statistics_section div .content{
    margin-top: -27px;
    font-size: 19px;
    float: right;
}
#pu_statistics_section div .text{
    float: right;
    font-size: 11px;
}
#all_pu .table-container{
    width: 97%;
    margin: 5px;
}
.pu_active_sort_type i{
    cursor: pointer;
}
#pu_pages li{
    display: inline;
}
#pu_pages .first_gap{
    margin-right: 7px;
}
#pu_pages .last_gap{
    margin-left: 7px;
}
#pu_pages li a{
    cursor: pointer;
    position: relative;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #ffffff;
    text-decoration: none;
    background-color: #5d7ff5;
    border: 1px solid #0000008f;
}
#pu_search_field{
    border-right: none;
    box-shadow: none;
}
.search_text_clear_icon{
    background-color: #ffffff;
    border-left: none;
}
.search_text_clear_icon i{
    cursor: pointer;
}
#pu_showing_results_status{
    color: #0e3ad4;
    font-weight: bolder;
}

#pu_page_box {
    margin-top: 20px;
}

.users_label{
    line-height: normal;
}
#user_text_remve_icon{
    display: none;
}
.id_sort_box, .name_sort_box, .mobile_sort_box{
    position: absolute;
}

#pu_table_head th #id_sort_box, #pu_table_head th #name_sort_box, #pu_table_head th #mobile_sort_box{
    display: inline-block;
}
#pu_table .btn-primary{
    padding: 3px 7px;
    font-size: 13px;
}
#pu_table_head th:nth-child(2){
    min-width: 10em;
}
#pu_table_head th:nth-child(3){
    min-width: 10em;
}
#pu_search_section{
    width: 94%;
    margin-bottom: 4px;
    margin-left: 10px;
    margin-top: 39%;
}
#pu_search_section input{
    border-left: none;
}
#pu_export_btn,#add_pu_btn{
    margin-top: 6px;
    padding: 4px;
    font-size: 10px;
}
.user_add_division, .user_edit_division{
    padding: 10px;
    background-color: #0002;
    margin-top: 10px;
}
#pu_details table{
    margin-bottom:20px;
}
#pu_details select{
    float:right;
}
#pu_details table div{
    margin-top: 7px;
}
.user_name_col{
    width: 8em;
}
.user_details_title{
    text-align: center;
    color: #092071;
}
#users_export_btn{
    margin-left: 20px;
}
#pu_export_date_shortcuts{
    margin-bottom: 25px;
}
#user_export_user_type_box, #user_export_user_status_box{
    padding-left: 0px;
    padding-right: 0px;
}
#date_field{
    text-align: center;
}
.user_rec_table{
    overflow: auto;
}

#pu_table tr td:nth-child(4){
    min-width: 120px;
    max-width: 215px;
    white-space: break-spaces;
}
.pu_users_ations{
    padding-left: 0px;
}
.pu_users_ations div:nth-child(1){
    padding-left: 0px;
}


/************************** users styles End ************************/



@media (min-width: 993px){
    #pu_statistics_section div{
        padding: 10px;
        width: 131px;
        margin-left: 240px;
    }
    .pu_users_ations{
        margin-left: 300px;
    }
	#dashboard_stat_box{
		margin-top: 7%;
    	margin-left: 10%;
	}
	#pu_statistics_section{
		margin-top: 0px;
	}
    #pu_search_section{
        margin-bottom: 20px;
        width: 20%;
		margin-left: 41%;
		margin-top: 10%;
    }
    .user_sec{
        padding-top: 8px;
        padding-bottom: 3px;
    }
    #pu_export_columns_select_modal .w3-modal-content{
        width: 545px;
    }
    #pu_table_section thead tr th{
        height: auto;
    }
    #pu_table_section .col-sm-6, #users_table_section .col-xs-8{
        padding-left: 15px;
        padding-right: 15px;
    }
    #pu_table_head th:nth-child(2){
        min-width: 12em;
    }
    #pu_table_head th:nth-child(3){
        min-width: 15em;
    }
    #user_export_user_type_box, #user_export_user_status_box{
        padding-left: 15px;
        padding-right: 15px;
    }
    
    #users_export_btn{
        margin-left: 0px;
    }
    #users_export_btn,#add_user_btn{
        margin-top: 0px;
	}
	#pu_export_modal .w3-modal-content {
		width: 650px;
	}
	#pu_export_date_shortcuts{
		margin-left: 157px;
	}
    
}