/************************** users styles ************************/
#leads_statistics_section{
    margin-top: 60px;
}
#leads_statistics_section div:nth-child(1){
    background-color: blueviolet;
}
#leads_statistics_section div:nth-child(2){
    background-color: #009788;
}
#leads_statistics_section div:nth-child(3){
    background-color: #fe5722;
}
#leads_statistics_section div:nth-child(4){
    background-color: #ea1e63;
}
#leads_statistics_section div:nth-child(5){
    background-color: #f1382a;
}
#leads_statistics_section, #bookings_statistics_section, #trips_statistics_section, #accounts_statistics_section{
    padding: 5px;
    background-color: #eae4e4;
}
#leads_statistics_section div{
    cursor: pointer;
    padding: 6px 10px 6px 10px!important;
    width: 110px;
    margin-left: 6px;
    margin-bottom: 3px;
}
#leads_statistics_section p, #trips_statistics_section p, #bookings_statistics_section p, #accounts_statistics_section p{
    margin: 0 0 3px;
    float: right;
}
#leads_statistics_section div i{
    color: #ffffff;
    font-size: 22px;
    display: flex;
    margin-top: 10px;
}
.sort_box i{
    position: absolute;
}
.leads_ations{
    margin-top: 55px;
}
#leads_statistics_section div .content{
    color: #ffffff;
    margin-top: -27px;
    font-size: 19px;
    float: right;
}
#leads_statistics_section div .text{
    color: #ffffff;
    float: right;
    font-size: 11px;
}
#all_leads .table-container{
    width: 97%;
    margin-top: 90px;
}
.active_sort_type i{
    cursor: pointer;
}
#leads_pages li{
    display: inline;
}
#leads_pages .first_gap{
    margin-right: 7px;
}
#leads_pages .last_gap{
    margin-left: 7px;
}
#leads_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;
}
#users_showing_results_status{
    color: #0e3ad4;
    font-weight: bolder;
}



.leads_label{
    line-height: normal;
}
#user_text_remve_icon{
    display: none;
}
.id_sort_box, .name_sort_box, .mobile_sort_box{
    position: absolute;
}

#leads_table_head th #temp_id_sort_box, #leads_table_head th #leads_name_sort_box, #leads_table_head th #leads_mobile_sort_box{
    display: inline-block;
}
#leads_table .btn-primary{
    padding: 2px 4px;
    font-size: 10px;
}
#leads_table .btn-danger{
    margin-left: 5px;
    padding: 2px 4px;
    font-size: 10px;
}
#leads_table_head th:nth-child(2){
    min-width: 10em;
}
#leads_table_head th:nth-child(3){
    min-width: 10em;
}
#leads_export_btn{
    padding: 4px;
    font-size: 10px;
}
.user_add_division, .user_edit_division{
    padding: 10px;
    background-color: #0002;
    margin-top: 10px;
}
#user_details table{
    margin-bottom:20px;
}
#user_details select{
    float:right;
}
#leads_details table div{
    margin-top: 7px;
}
.user_name_col{
    width: 8em;
}
.user_details_title{
    text-align: center;
    color: #092071;
}
#v_user_mobile:before{
    content: "\f095"; /* FontAwesome Unicode */
    margin-left: -1.6em;
    color: #092071;
    width: 1.3em;
    position: absolute;
    font-size: 12px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}
.leads_mark_btn{
    padding: 8px;
    margin-left:20px;
    border: none;
}
.current_mark_btn{
    box-shadow: 1px 1px 11px 8px #0006;
}
#add_leads_user_more_content{
    display: none;
}
#leads_view_more_box{
    cursor: pointer;
    margin: 20px 0px 20px 0px;
}
#leads_view_more_bar{
    text-align: center;
    color: #ffffff;
    padding: 4px;
    background-color: grey;
}
#leads_view_more_box span{
    padding-left: 0px!important;
}
.user_rec_table{
    margin-bottom: 0px!important;
}
.user_rec_table thead tr{
    background-color: #dc1351;
}
.user_rec_table thead tr th{
    color: #ffffff;
}
.user_name_col{
    cursor: pointer;
}

#users_export_btn{
    margin-left: 20px;
}
#user_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;
}
.selector_modernizer .control_box{
    padding: 3px;
}
.w3-table td, .w3-table th, .w3-table-all td, .w3-table-all th {
    padding: 2px 2px;
}

#leads_table_head th:nth-child(1){
    min-width: 4em;
}
.selector_modernizer .list_box{
    /* margin-left: 50px!important; */
}
#leads_table_section .col-sm-6, #leads_table_section .col-xs-8{
    padding-left: 0px;
    padding-right: 0px;
}
#leads_table_section thead tr th{
    height: 2em;
}
/************************** users styles End ************************/



@media (min-width: 760px){

    #leads_statistics_section div{
        margin-left: 13px;
        width: 138px;
    }
    #leads_export_date_shortcuts{
        margin: 19px;
    }    
}


@media (min-width: 993px){
#leads_statistics_section{
    margin-top: 52px;
}
#leads_statistics_section div{
    padding: 10px;
    width: 131px;
        margin-left: 114px;
}
.user_sec{
    padding-top: 8px;
    padding-bottom: 3px;
}
#leads_table_section thead tr th{
    height: auto;
}
#leads_table_section .col-sm-6, #leads_table_section .col-xs-8{
    padding-left: 15px;
    padding-right: 15px;
}
#leads_table_head th:nth-child(2){
    min-width: 12em;
}
#leads_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;
}
.selector_modernizer .list_box{
margin-left: 0px!important;
}
.selector_modernizer .list_box div, .selector_modernizer .selected_box div{
    width: 165px!important;
}

#users_export_btn{
    margin-left: 0px;
}
#users_export_btn,#add_user_btn{
    margin-top: 0px;
}
#leads_user_export_modal .w3-modal-content {
    width: 650px;
}
#leads_user_export_date_shortcuts{
    margin-left: 157px;
}
#leads_user_export_columns_select_modal .w3-modal-content{
    width: 545px;
}

}
