/*bell icon style*/
.fa-stack[data-count]:after {
    position: absolute;
    right: 11%;
    top: 11%;
    content: attr(data-count);
    font-size: 38%;
    padding: .6em;
    border-radius: 50%;
    border-color: black;
    line-height: .75em;
    color: white;
    background: #3b4fea;
    /*background: #3b4fea;*/
    text-align: center;
    min-width: 2em;
    font-weight: bold;
}
.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto;
    border: none;
    box-shadow: 0px 0px 15px #3b4fea;
    font-family: Raleway;
    font-size: 15px;
}
/*bell icon style*/


.login_right_banner{
    pointer-events: none;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}
.login_left_panel{
    float: left;
    max-width: 450px;
    height: 100vh;
    width: 32.9429%;
    background-color: #FFFFFF;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.login_right_panel{
    float: right;
    height: 100vh;
    min-width: 67.0571%;
    width: calc(100% - 450px);
}
.login_logo{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 55.56%;
    object-fit: scale-down;
    margin-top: 50px;
}
.login_title_container{
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-family: Nunito Sans;
    font-style: normal;
    font-size: 24px;
    margin-top: 50px;
}
.login_title_welcome_txt{
    display: inline;
    font-weight: 300;
}
.login_title_name_txt{
    display: inline;
    font-weight: bold;
}
.login_form{
    width: 82.23%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
.login_lable{
    display: block;
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
}
.login_input{
    display: block;
    width: 100%;
    margin-top: 8px;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 5px;
    border: 2px solid #7683E4;
    background-color: #FEFEFF;
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 30px;
}
.login_input:focus {
    outline: none !important;
    border-color: #719ECE;
    box-shadow: 0 0 10px #719ECE;
}
.login_remember_me_lable{
    display: block;
    margin-top: 30px;
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #6C757D;
    padding-left: 28px;
    text-indent: -28px;
    display: block;
}
.login_remember_me_input{
    height: 18px;
    width: 18px;
    border: 1px solid #6C757D;
    box-sizing: border-box;
    border-radius: 4px;
    margin-right: 10px;
    vertical-align: bottom;
    position: relative;
    top: -5px;
}
.login_forgot_password{
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    color: #808CE7;
    margin-top: 25px;
    cursor: pointer;
}
.login_btn{
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0.02em;
    width: 100%;
    background: #808CE7;
    border-radius: 4px;
    padding: 4px;
    padding: 9px;
    color: #FFFFFF;
    margin-top: 35px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.login_btn:hover{
    background-color: #606ab3;
}
.wrapper {
    display: flex;
    position: relative;
}
.wrapper .sidebar{
    position: fixed;
    width: 250px;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 999;
}
.wrapper .main_content{
    width: 100%;
    margin-left: 250px;
    background-color: #F4F6F9;
    transition: 0.5s;
    height: 100vh;
    overflow-y: auto;
}
/*.sidebar {
    width: 250px;
    height: 100vh;
    transition: all 0.3s;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    overflow-x: hidden;
    transition: 0.5s;
    position: fixed;
    float: left;
    display: inline-block;
}
.right_panel{
    height: 100vh;
    background-color: #F4F6F9;
    transition: 0.5s;
    display: block;
}*/

.header_bar{
    width: 100%;
    height: 110px;
    background: #808CE7;
    display: block;
}
.main_content_container{
    width: 100%;
    position: relative;
    min-height: calc(100% - 170px);
}
.main_content_container_with_upperbar{
    min-height: calc(100% - 145px);
}
.bar-icon{
    color: white;
    margin-top: 37px;
    font-size: 20px;
    margin-left: 20px;
    cursor: pointer;
    display: none;
}
.header_bar_title{
    display: inline-block;
    height: 50px;
    margin-top: 23px;
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding-top: 14px;
    padding-bottom: 13px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.02em;
    color: #000000;
     margin-left: 20px;
}
.header_bar_right_container{
    float: right;
    margin-right: 25px;
    margin-top: 27px;
}
.header_username_txt{
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    margin-right: 10px;
    display: inline;
}
.header_user_img{
    display: inline;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 30px;
    padding: 3px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.header_logout_ic{
    display: inline;
    height: 20px;
    width: 20px;
    color: white;
    cursor: pointer;
}
.sidebar_logo{
     display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    object-fit: scale-down;
    margin-top: 23px;
}
.sidebar_close_btn{
    float: right;
    margin-top: 7px;
    margin-right: 7px;
    cursor: pointer;
}
.sidebar_section{
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 5px;
}
.sidebar_section_header{
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    margin-bottom: 20px;
    line-height: 13px;
    letter-spacing: 0.03em;
    color: #6A6A6A;
}
.sidebar_section_row{
    display: block;
    margin-left: 17px;
    margin-bottom: 20px;
    cursor: pointer;
    text-decoration: none;
}
.sidebar_section_row:hover > .sidebar_option_ic{
    filter: drop-shadow(2px 2px 5px #6A6A6A);
}
.sidebar_section_row:hover > .sidebar_option_name{
    text-shadow: 2px 2px 5px #6A6A6A;
}
.sidebar_section_row:hover{
    text-decoration: none;
}
.sidebar_option_ic{
    display: inline;
    width: 18px;
    object-fit: scale-down;
}
.sidebar_option_name{
    display: inline;
    margin-left: 15px;
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.04em;
    color: #96A7B6;
}
.sidebar_selected_option > .sidebar_option_ic{
    filter: invert(.5) sepia(1) saturate(5) hue-rotate(175deg) drop-shadow(2px 2px 5px #465CFF);
}
.sidebar_selected_option > .sidebar_option_name{
    color: #465CFF;
    font-weight: bold;
    text-shadow: 2px 2px 5px #465CFF;
}
.sidebar_selected_option:hover > .sidebar_option_ic{
    filter: invert(.5) sepia(1) saturate(5) hue-rotate(175deg) drop-shadow(2px 2px 5px #465CFF);
}
.sidebar_selected_option:hover > .sidebar_option_name{
    text-shadow: 2px 2px 5px #465CFF;
}
.sidebar::-webkit-scrollbar {
    background-color:#fff;
    width:15px
}

/* background of the scrollbar except button or resizer */
.sidebar::-webkit-scrollbar-track {
    background-color:#fff
}

/* scrollbar itself */
.sidebar::-webkit-scrollbar-thumb {
    background-color:#808CE7;
    border-radius:16px;
    border:5px solid #fff
}
/* set button(top and bottom of the scrollbar) */
.sidebar::-webkit-scrollbar-button {display:none}


.footer {
    position: relative;

    height: 56px;
    background-color: transparent;
    border-top: 1px solid #96A7B6;

    padding-top: 20px;
    padding-right: 27px;
    padding-left: 27px;
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.04em;
    color: #000000;
    display: block;
}

.footer > a{
    text-decoration: none;
    font-weight: bold;
    color: #0029FF;
}

.footer > a:hover{
    text-decoration: none;
}

.copyright{
    float: right;
}


.scrollbar {
	margin-left: 22px;
	float: left;
	height: 300px;
	width: 65px;
	background: #F5F5F5;
	overflow-y: scroll;
	margin-bottom: 25px;
}

.main_content::-webkit-scrollbar {
	width: 10px;
	background-color: #F5F5F5;
}

.main_content::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(0,0,0,0.1);
  border: 1px solid #ccc;
}

.main_content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #9faafc;
  border: 1px solid #fff;
}

.main_content::-webkit-scrollbar-thumb:hover {
  background: #919ad9;
}

.main_content::-webkit-scrollbar-thumb:active {
  background: linear-gradient(left, #22ADD4, #1E98BA);
}
.searchbar_container, .searchbar_container_only, .basicDetails, .locationAndVehicleDetails{
    height: 50px;
    width: calc(100% - 50px);
    margin-top: -25px;
    z-index: 30;
    margin-left: 25px;
    margin-right: 25px;
}
.searchBar{
    width: calc(100% - 215px);
    height: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    display: inline-block;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 16px;
    padding-right: 16px;
}
.addBranchBtn{
    width: 204px;
    height: 100%;
    float: right;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.04em;
    color: #465CFF;
    cursor: pointer;
    text-decoration: none;
}
.addBranchBtn:hover{
    text-decoration: none;
    color: #465CFF;
}
.searchbar_ic{
    float: right;
    font-size: 18px;
    color: #000000;
}
.searchbar_input{
    width: calc(100% - 63px);
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.04em;
    color: #6C757D;
    border: 0;
}
.searchbar_input:focus{
    outline: none;
}
.addBranchBtn_ic{
    margin-left: 20px;
    margin-top: 19px;
    margin-right: 7px;
    font-size: 16px;
    color: #465CFF;
}
.all_branch_tbl_container{
    width: calc(100% - 50px);
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 9px;
    overflow-x: auto;
    margin-bottom: 35px;
}
.all_branch_tbl.dataTable{
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 15px;
}

.all_branch_tbl > thead{
    width: 100%;
}
.all_branch_tbl > thead > tr{
    width: 100%;
    text-align: center;
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.04em;
    color: #969696;
}
.all_branch_tbl > tbody > tr{
    width: 100%;
    text-align: center;
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.04em;
    color: #000000;
}
.all_branch_tbl.dataTable thead th {
    border-bottom: 0;
    border-spacing: 0 0;
    padding: 0;
    border-collapse: collapse;
}
.all_branch_tbl.dataTable tfoot th {
    border-top: 0;
    border-bottom: 0;
}
.all_branch_tbl.dataTable.no-footer {
  border-bottom: 0;
}
.all_branch_tbl > tbody {
    width: 100%;
}
.all_branch_tbl.dataTable tbody td{
    background-color: transparent;
}
.all_branch_tbl.dataTable > tbody > tr{
    text-align: center;
}
.all_branch_tbl > tbody > tr{
    width: 100%;
    background: #FFFFFF;
}
.all_branch_tbl.dataTable tbody tr{
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}
.row_profile_pic{
    height: 36px;
    width: 36px;
    border-radius: 50%;
    background-color: #fff;
    padding: 3px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.row_edit_ic{
    color: #0029FF;
    font-size: 20px;
    margin-right: 30px;
    cursor: pointer;
}
.row_delete_ic{
    color: #CF0000;
    cursor: pointer;
    font-size: 20px;
}
.all_branch_tbl.dataTable thead .sorting_asc {
    background-image: url("../images/up_arrow.svg");
}
.all_branch_tbl.dataTable thead .sorting_desc {
    background-image: url("../images/down_arrow.svg");
}
.all_branch_tbl.dataTable thead .sorting {
    background-image: url("../images/up_down_aaa.svg");
}
.all_branches_mobile_active{
    display: none;
}
.all_branches_mobile_action{
    display: none;
}
.dataTables_length{
    display: none;
}
.dataTables_filter{
    display: none;
}
.branch_sort_ic{
    color: black;
    font-size: 18px;
    float: right;
    margin-top: 10px;
    margin-right: 5px;
    display: none;
}
.sort_radio{
  font-size: 16px;
  line-height: 18px;
  display: block;
  vertical-align: middle;
  box-sizing: border-box;
  height: 18px;
  padding-left: 15px;
  margin-bottom: 15px;
}
.lable_sort_radio{
    display: inline;
    margin-left: 15px;
}
.all_bills_tbl.dataTable{
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 15px;
}

.all_bills_tbl > thead{
    width: 100%;
}
.all_bills_tbl > thead > tr{
    width: 100%;
    text-align: center;
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.04em;
    color: #969696;
}
.all_bills_tbl > tbody > tr{
    width: 100%;
    text-align: center;
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.04em;
    color: #000000;
}
.all_bills_tbl.dataTable thead th {
    border-bottom: 0;
    border-spacing: 0 0;
    padding: 0;
    border-collapse: collapse;
}
.all_bills_tbl.dataTable tfoot th {
    border-top: 0;
    border-bottom: 0;
}
.all_bills_tbl.dataTable.no-footer {
  border-bottom: 0;
}
.all_bills_tbl > tbody {
    width: 100%;
}
.all_bills_tbl.dataTable tbody td{
    background-color: transparent;
}
.all_bills_tbl.dataTable > tbody > tr{
    text-align: center;
}
.all_bills_tbl > tbody > tr{
    width: 100%;
    background: #FFFFFF;
}
.all_bills_tbl.dataTable tbody tr{
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}
.all_bills_tbl.dataTable thead .sorting_asc {
    background-image: url("../images/up_arrow.svg");
}
.all_bills_tbl.dataTable thead .sorting_desc {
    background-image: url("../images/down_arrow.svg");
}
.all_bills_tbl.dataTable thead .sorting {
    background-image: url("../images/up_down_aaa.svg");
}
.mobile_hide{
    display: inherit;
}
.desktop_hide{
    display: none;
}
.bill_tbl_mobile_column_name{
    margin-top: 11px;
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 8px;
    line-height: 9px;
    letter-spacing: 0.04em;
    color: #000000;
}
.bill_tbl_mobile_column_name_last{
    margin-top: 11px;
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 8px;
    line-height: 9px;
    letter-spacing: 0.04em;
    color: #000000;
    margin-bottom: 7px;
}
.mobile_chk_box{
    float: right;
    margin-right: 10px;
}
.all_bills_row_edit_ic{
    color: #36CF00;
    margin-right: 20px;
    font-size: 22px;
}
.all_bills_row_print_ic{
    color: #0400DF;
    margin-right: 20px;
    font-size: 22px;
    z-index: 1000;
}
.all_bills_row_delete_ic{
    color: #CF0000;
    font-size: 22px;
}
.bills_top_right_button_container{
    float: right;
    height: 100%;
    display: inline;
    padding: 0px;
    text-align: center;
    justify-content: center;
    padding-top: 13px;
}
.addBillBtn{
    width: 204px;
    height: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.04em;
    color: #465CFF;
    cursor: pointer;
    text-decoration: none;
    justify-content: center;
    padding-top: 15px;
    padding-bottom:15px;
    padding-left: 13px;
    padding-right: 13px;
}

.addBillBtn:hover{
    text-decoration: none;
    color: #465CFF;
}
.printBillBtn{
    width: 150px;
    height: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    padding-right: 25px;
    letter-spacing: 0.04em;
    color: #465CFF;
    cursor: pointer;
    text-decoration: none;
    padding-top: 15px;
    padding-bottom:15px;
    padding-left: 13px;
    padding-right: 13px;
	margin-left: 15px;
}
.printBillBtn:hover{
    text-decoration: none;
    color: #465CFF;
}
.searchBar_addBranch{
    width: calc(100% - 300px);
}
.addBillBtn_ic{
    color: #465CFF;
    font-size: 18px;
}
.printBillBtn_ic{
    color: #465CFF;
    font-size: 18px;
}
.basicDetails, .customerDetails, .packageDetails, .costingDetails, .grandTotal, .locationAndVehicleDetails{
    width: calc(100% - 50px);
    height: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    display: inline-block;
    padding-left: 40px;
    padding-top: 25px;
    padding-bottom: 35px;
    padding-right: 40px;
}
.customerDetails, .packageDetails, .costingDetails, .grandTotal {
    margin-top: 15px;
    z-index: 30;
    margin-left: 25px;
    margin-right: 25px;
}
.main_content_form_header_text {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.05em;
    color: #000000;
    margin: 0;
}
.main_content_form_text {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}
.input_box{
    height: 50px;
    background: #FEFEFF;
    border: 2px solid #7683E4;
    box-sizing: border-box;
    border-radius: 5px;
}
.basicDetails .col-md-4, .customerDetails .col-md-6{
    margin-top: 25px;
}
.customerFormRight{
    padding-right: 22.5px;
}
.customerFormLeft{
    padding-left: 22.5px;
}
.packageDetails .main_content_form_header_text{
    margin-bottom: 5px;
}
.packageDetails .col-md-3, .packageDetails .col-md-4, .packageDetails .col-md-1, .packageDetails .col-md-2 {
    margin-top: 20px;
}
.packageDetails .col-md-6 {
    margin-top: 25px;
}
.form_delete_ic{
    color: #CF0000;
    cursor: pointer;
    font-size: 30px;
    margin-top: 15px;
}
.btn-outline-blue{
    background: #FFFFFF;
    border: 2px solid #7683E4;
    box-sizing: border-box;
    border-radius: 4px;
    height: 50px;
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.04em;
    color: #7683E4;
}
.dropdown-outline-blue{
    width: 100%;
    height: 50px;
    background: #FEFEFF;
    border: 2px solid #7683E4;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.04em;
    color: #000000;
}
.costingDetails .col-md-3, .costingDetails .col-md-9, .costingDetails .col-md-6{
    margin-top: 25px;
}
.costingDetails .offset-md-3{
    margin-top: 30px;
    margin-bottom: -10px;
}
.costingDetails .main_content_form_text{
    font-size: 18px;
    line-height: 25px;
    margin-top: 5px;
}
.grandTotal {
    padding-bottom: 25px;
}
.grandTotalText{
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 34px;
    color: #000000;
    margin-top: 5px;
}


.locationAndVehicleDetails .col-md-3, .locationAndVehicleDetails .col-md-4, .locationAndVehicleDetails .col-md-5, .locationAndVehicleDetails .col-md-6 {
    margin-top: 25px;
}
.packageDetailsOnly{
    padding-bottom: 25px;
}
.searchbar_container_only{
    margin-top: 15px;
}
.searchBarOnly{
    width: calc(100% - 215px);
    height: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    display: inline-block;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 16px;
    padding-right: 16px;
}
.searchBarOnly{
    width: 100%;
}
..searchbar_container_only{
    height: 50px;
    width: calc(100% - 50px);
    margin-top: -25px;
    z-index: 30;
    margin-left: 25px;
    margin-right: 25px;
}
.btn-form{
    width: calc(100% - 50px);
    height: 56px;
    background: #808CE7;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    display: inline-block;
    margin-top: 15px;
    z-index: 30;
    margin-left: 25px;
    margin-right: 25px;
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    margin-bottom: 50px;
}
.fullbar{

}
/**
 * MAIN AREA STYLES
 */
.main_area{
    margin-top: -25px;
    margin-left: 25px;
    margin-right: 25px;
}
.main-area-bg-white {
    background-color: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    margin-top: -25px;
    margin-bottom: 50px;
    margin-left: 25px;
    margin-right: 25px;
    padding: 15px 45px 15px 45px;
}
.main-area-custom-button {
    margin-top: 12%;
}
.main-area-custom-button {
    background: #808ce7;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    height: 48px;
    width: 100%;
    color: #fff;
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0.02em;
    margin: 25px 0;
    margin-top: 12%;
  }

/**
 * RESET PASSWORD STYLES
 */
.login-input-box,
.reset-password-input-box {
    width: 100%;
    height: 56px;
    border: 2px solid #7683e4;
    border-radius: 5px;
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
}
.reset-password-font {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.05em;
    color: #000000;
    margin: 20px 0 10px 0;
}
.input-box-font {
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
}

/**
* PROFILE STYLES
*/
.profile-img {
    height: 200px;
    width: 200px;
    margin: 50px 0 20px 0;
    border-radius: 50%;
}
.profile-name{
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.04em;
    color: #000000;
    margin-bottom: 0;
}
.profile-active-font{
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #36CF00;
    margin-bottom: 0;
}
.profile-font {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.05em;
    color: #000000;
    margin-top: 30px;
    margin-bottom: 10px;
}
.profile-reset-password-font {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #465CFF;
    margin-top: 40px;
}
.remove_underline{
    outline:none;
    text-decoration: none;
}
.remove_underline:hover {
    outline:none;
    text-decoration: none;
}
.login-input-box {
    height: 38px;
    font-size: 13px;
    line-height: 18px;
}


/**
 * Delivery Details Styles
 */
.delivery_checkbox_btn_white{
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    width: 100%;
    text-align: center;
    padding: 17px 0;
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.04em;
    color: #000000;
}
.delivery_btn_white{
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    width: 100%;
    padding: 17px 0;
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.04em;
    color: #000000;
}
.btn_scan{
    width: 100px;
}
.delivery_btn_front_img{
    height: 14px;
}
.text_green{
    color: #5BD830;
}
.text_blue {
    color: #465CFF;
}
.text_red {
    color: #CF0000;
}
.delivery_dropdown{
    width: 100%;
}
.delivery_selectCategory_font{
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.05em;
    color: #000000;
    margin-top: 10px;
}
.custom-dropdown{
    border: 2px solid #7683E4;
    border-radius: 5px;
    height: 56px;
}
.custom-white-dropdown{
    background: #FFFFFF;
    border: 0;
    border-radius: 5px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    height: 34px;
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
}
.delivery_upperSection_Tablet_Mobile{
    display: none;
}
.delivery_upperSection_Tablet_Mobile .delivery_btn_white{
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    line-height: 14px;
    padding: 10px 0;
}
.arrow_img{
    height: 10px;
}
.scan_img{
    height: 20px;
    padding-right: 10px;
}
.dropdownDelivery{
    border: 0;
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.04em;
    color: #000000;
    cursor: pointer;
}
.dropdownDelivery:focus{
    border:0;
    outline: none;
}
.delivery_delete_btn{
    color: #CF0000;
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.04em;
    background: none;
    border: none;
}
.delivery_delete_btn:focus{
    border: none;
    outline: none;
}
.delivery_delete_btn:hover{
    text-decoration: none;
    color: #CF0000;
}
.scannerContainer{
    border: 1px solid black;
    margin-top:10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    vertical-align: middle;
}
.qrPreviewVideo{
    object-fit: fill;
}
.packageDetails_create_loading{
    width: calc(100% - 250px);
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 30px;
    display: inline-block;
    margin-right: 15px;
}
.create_loading_scan_btn{
    width: 183px;
    display: inline-block;
    background-color: red;
    margin-top: 15px;
    margin-left: 0px;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 30px;
    display: inline-block;
    margin-right: 15px;
    background: #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    cursor: pointer;
}
.create_loading_scan_btn:active {
    box-shadow: box-shadow: 7px 6px 28px 1px rgba(0, 0, 0, 0.24);
    transform: translateY(4px);
}
.create_loading_scan_btn_txt{
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    line-height: 22px;
    letter-spacing: 0.05em;
    color: #0029FF;
    display: inline;
    margin-left: 20px;
    text-align: center;
    vertical-align: middle;
}
.create_loading_scan_ic{
    font-size: 24px;
    color: #0029FF;
    margin-left: 5px;
    vertical-align: middle;
    text-align: center;
}
.create_loading_tables_container{
    border-collapse: collapse;
    table-layout: fixed;
    width: calc(100% - 52px);
    margin-left: 26px;
    margin-right: 26px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-spacing:0;

}
.create_loading_tbl_container_left{
    margin-right: 0;
    border-right: 1px solid #969696;
    width: 50%;
    vertical-align: top;
    text-align: left;
}
.create_loading_tbl_container_right{
    padding-left: 20px;
    margin-left: 0;
    width: calc(50% - 20px);
    border-left: 1px solid #969696;
    vertical-align: top;
    text-align: left;
}
.create_loading_tbl_header{
    display: block;
    text-align: center;
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.04em;
    color: #000000;
}
.custom_btn{
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    vertical-align: center;
}
.custom_btn:active {
    box-shadow: box-shadow: 7px 6px 28px 1px rgba(0, 0, 0, 0.24);
    transform: translateY(4px);
}
.unselectTxt{
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}
.smallBtnTxt{
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.04em;
}
.positive {
    color: #465CFF;
}
.negative {
    color: #CF0000;
}
.create_loading_btn{
    margin-top: 9px;
}
.custom_btn > img{
    margin-right: 5px;
    text-align: center;
    vertical-align: center;
    padding-bottom: 3px;
    height: 14px;
}
.sort_ic_place{
    float: right;
    margin-top: 20px;
    margin-right: 30px;
    cursor: pointer;
}
.create_loading_sort_right_place{
    margin-right: 10px;
}
.create_loading_tbl_holder{
    display: block;
    margin-right: 20px;
    margin-top: 8px;
}
.create_loading_tbl_holder_right{
    margin-right: 5px;
}
.searchbar_createloading{
    margin-left: 5px;
}
/***************************************************************************************************************************************/
.create_loading_tbl_new.dataTable{
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 15px;
}

.create_loading_tbl_new > thead{
    width: 100%;
    display: none;
}
.create_loading_tbl_new > tbody > tr{
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.create_loading_tbl_new.dataTable tfoot th {
    border-top: 0;
    border-bottom: 0;
}
.create_loading_tbl_new.dataTable.no-footer {
  border-bottom: 0;
}
.create_loading_tbl_new > tbody {
    width: 100%;
}
.create_loading_tbl_new.dataTable tbody td{
    background-color: transparent;
    font-family: Raleway;
    font-style: normal;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.04em;
    color: #000000;
    margin-top: 3px;
    margin-left: 15px;
}
.create_loading_tbl_new.dataTable tbody td:nth-child(1){
    float: right;
    display: block;
    margin-right: 10px;
}
.create_loading_tbl_new.dataTable tbody td:nth-child(2){
    display: block;
    font-weight: bold;
}
.create_loading_tbl_new.dataTable tbody td:nth-child(3){
    display: block;
    font-weight: normal;
}
.create_loading_tbl_new.dataTable tbody td:nth-child(4){
    display: block;
}
.create_loading_tbl_new.dataTable tbody td:nth-child(4) > div{
    display: inline-block;
    font-weight: 600;
}
.create_loading_tbl_new.dataTable tbody td:nth-child(4) > i{
    display: inline-block;
    font-size: 15px;
    color: #969696;
    margin-left: 12px;
    margin-right: 12px;
}
.create_loading_tbl_new.dataTable tbody td:nth-child(5){
    display: inline-block;
    font-weight: 500;
    font-size: 10px;
    text-decoration-line: underline;
    color: #6A6A6A;
    margin-bottom: 10px;
}
.create_loading_tbl_new.dataTable tbody td:nth-child(5) > div{
    display: inline-block;
    font-size: 14px;
    text-decoration-line: none;
    font-weight: 600;
    margin-left: 12px;
    margin-right: 12px;
    color: #000000;
}
.create_loading_tbl_new.dataTable tbody td:nth-child(6){
    display: inline-block;
    float: right;
    font-weight: 500;
    font-size: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.searchbar_createloading{
    width: calc(100% - 20px);
}
.create_loading_tabs_container{
    display: none;
    margin: 0;
    padding: 0;
    margin-top: 7px;
    background: #FCFCFC;
    z-index:0;
}
.create_loading_tab{
    width: 49.2%;
    display: inline-block;
    padding-top: 14px;
    padding-bottom: 13px;
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #000000;
    text-align: center;
    background: #FCFCFC;
    border-radius: 8px 8px 0px 0px;
    z-index:0;
    position: relative;
}
.create_loading_tab_left_active{
    z-index:50;
    background: #FEFEFE;
    box-shadow: 5px -5px 5px -5px #333;
    position: relative;
}
.create_loading_tab_right_active{
    z-index:50;
    background: #FEFEFE;
    box-shadow: -5px -5px 5px -5px #333;
    position: relative;
}
.create_loading_search_right_contaainer{
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}
.month_placeholder::before{
    --dynamic-width: 100%;
    content: attr(placeholder) !important;
    color: #aaa;
    width: var(--dynamic-width);
  }

  .month_placeholder:focus::before,
  .month_placeholder:active::before {
    --dynamic-width: 0%;
    content: "";
    width: var(--dynamic-width);
  }

  .vehicle_file_input::-webkit-file-upload-button {
    border: 2px solid white;
    padding: 0 .4em;
    border-radius: .2em;
    background-color:white;
    transition: 1s;
    font-weight: 600;
  }

  .vehicle_file_input::file-selector-button {
    border: 2px solid white;
    padding: 0 .4em;
    border-radius: .2em;
    background-color:white;
    transition: 1s;
    font-weight: 600;
  }
  .vehicle_file_input::file-selector-button:focus {
    outline: none;
  }
  .vehicle_file_input::-webkit-file-upload-button{
    outline: none;
  }
/****************************************************Start All bills Admin*************************************************************/
.all_bill_admin_filters_row_1{
    display: block;
    margin-top: -23px;
    margin-left: 25px;
    margin-right: 25px;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}
.all_bill_admin_filters_row_1_sec_1{
    width: 22%;
    display: inline-block;
    float: left;
}
.all_bill_admin_filters_row_1_sec_2{
    width: 40%;
    display: inline-block;
}
.all_bill_admin_filters_row_1_sec_3{
    width:  36.5%;
    display: inline-block;
}
.all_bill_admin_filters_search{
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.04em;
    color: #6C757D;
    padding-top: 15px;
    padding-bottom: 16px;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 5px;
}
.all_bill_admin_filters_location{
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-right: 5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-right: 1%;
    margin-left: 1%;
    text-align: center;
}
.all_bill_admin_filters_location_input_container{
    width: auto;
    overflow: hidden;
}
.all_bill_admin_filters_location_lbl{
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.04em;
    color: #6C757D;
    display: inline-block;
    float: left;
    vertical-align: middle;
    margin-top: 10px;
}
.all_bill_admin_filters_location_input{
    width: 46%;
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.04em;
    color: #6C757D;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 12px;
    padding-right: 7px;
    background: #FEFEFF;
    border: 1px solid #7683E4;
    box-sizing: border-box;
    border-radius: 5px;
    margin-left: 1.5%;
    margin-top: 3px;
    margin-bottom: 3px;
}
.all_bill_admin_filters_location_input:focus {
    outline: none !important;
    border-color: #719ECE;
    box-shadow: 0 0 10px #719ECE;
}
.all_bill_admin_filters_amount{
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-right: 5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-right: 1%;
    margin-left: 1% ;
}
.all_bill_admin_filters_amount_lbl{
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.04em;
    color: #6C757D;
    display: inline;
    float: left;
    margin-top: 10px;
}
.all_bill_admin_filters_amount_input{
    width: 46%;
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.04em;
    color: #6C757D;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 12px;
    padding-right: 7px;
    background: #FEFEFF;
    border: 1px solid #7683E4;
    box-sizing: border-box;
    border-radius: 5px;
    margin-left: 1.5%;
    margin-top: 3px;
    margin-bottom: 3px;
}
.all_bill_admin_filters_amount_input_container{
    width: auto;
    overflow: hidden;
}
.all_bill_admin_filters_amount_input:focus {
    outline: none !important;
    border-color: #719ECE;
    box-shadow: 0 0 10px #719ECE;
}
.all_bill_admin_filters_row_2{
    display: block;
    margin-top: 10px;
    margin-left: 25px;
    margin-right: 25px;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}
.all_bill_admin_filters_row_2_sec_1{
    width: 41%;
    display: inline-block;
}
.all_bill_admin_filters_row_2_sec_2{
    width: 28%;
    display: inline-block;
}
.all_bill_admin_filters_row_2_sec_3{
    width:  28%;
    display: inline-block;
    position: relative;
}
.all_bill_admin_filters_date{
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-right: 5px;
    padding-left: 15px;
    padding-right: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-right: 1%;
    text-align: center;
    position: relative;
}
.all_bill_admin_filters_date_lbl{
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.04em;
    color: #6C757D;
    display: inline;
    float: left;
    margin-top: 10px;
}
.all_bill_admin_filters_date_input{
    width: 43%;
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.04em;
    color: #6C757D;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 12px;
    padding-right: 7px;
    background: #FEFEFF;
    border: 1px solid #7683E4;
    box-sizing: border-box;
    border-radius: 5px;
    margin-left: 1%;
    margin-top: 3px;
    margin-bottom: 3px;
}
.all_bill_admin_filters_date_input:focus {
    outline: none !important;
    border-color: #719ECE;
    box-shadow: 0 0 10px #719ECE;
}
.all_bill_admin_filters_date_input_container{
    width: auto;
    overflow: hidden;
}
.all_bill_admin_filters_location_input:focus {
    outline: none !important;
    border-color: #719ECE;
    box-shadow: 0 0 10px #719ECE;
}
.all_bill_filter_date_drop_down_ic{
    font-size: 20px;
    margin-right: 10px;
    float: right;
    margin-top: 10px;
    cursor: pointer;
}
.all_bill_admin_filters_branch{
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-right: 5px;
    padding-left: 15px;
    padding-right: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-right: 1%;
    text-align: center;
}
.all_bill_admin_filters_branch_lbl{
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.04em;
    color: #6C757D;
    display: inline;
    float: left;
    margin-top: 10px;
}
.all_bill_admin_filters_branch_input_container{
    width: auto;
    overflow: hidden;
}
.all_bill_admin_filters_branch_input{
    width: 90%;
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.04em;
    color: #6C757D;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 12px;
    padding-right: 7px;
    background: #FEFEFF;
    border: 1px solid #7683E4;
    box-sizing: border-box;
    border-radius: 5px;
    margin-left: 1%;
    margin-top: 3px;
    margin-bottom: 3px;
}
.all_bill_admin_filters_branch_input:focus {
    outline: none !important;
    border-color: #719ECE;
    box-shadow: 0 0 10px #719ECE;
}
.all_bill_admin_filters_bill_status_container{
    width: 53%;
    display: inline-block;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding-left: 15px;
    padding-right: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-right: 1%;
    margin-left: 1%;
    height: 50px;
    position: relative;
}
.all_bill_admin_filters_bill_status_lbl{
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.04em;
    color: #6C757D;
    display: inline;
    float: left;
    margin-top: 10px;
}
.all_bill_filter_bill_status_drop_down_ic{
    font-size: 20px;
    margin-right: 10px;
    float: right;
    margin-top: 10px;
    cursor: pointer;
}
.all_bill_admin_print_btn{
    width: 15%;
    height: 55px;
    display: inline-block;
    background: #808CE7;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-right: 1%;
    margin-left: 1%;
    vertical-align: top;
    cursor: pointer;
}
.all_bill_admin_del_btn{
    width: 15%;
    height: 55px;
    display: inline-block;
    background: #CF0000;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-right: 1%;
    margin-left: 1%;
    vertical-align: top;
    cursor: pointer;
}
.all_bill_admin_btn_ic{
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 15px;
}
.all_bill_admin_ino_ic{
    width: 5%;
    vertical-align: top;
    text-align: center;
    margin-left: 7p x;
    margin-top: 17px;
}
.all_bill_admin_filters_bill_status_dropdown{
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 80%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.all_bill_admin_filters_bill_status_dropdown div {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #E5E5E5;
    margin-left: 10px;
    margin-right: 10px;
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    cursor: pointer;
}
.all_bill_admin_filters_bill_status_dropdown div:nth-child(1) {
    color: #6C757D;
}
.all_bill_admin_filters_bill_status_info_dropdown{
    display: none;
    position: absolute;
    background: #F4F6F9;
    border-radius: 5px;
    padding: 15px;
    top: 80%;
    width: 164px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: 0;
}
.all_bill_admin_filters_bill_status_info_dropdown div {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
    background: #FFFFFF;
    border-radius: 5px;
    text-align: center;
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.05em;
    color: #000000;
}
.all_bill_admin_filters_bill_status_info_dropdown div:nth-child(2){
    border: 1.5px solid #FFA800;
    box-sizing: border-box;
    color: #FFA800;
}
.all_bill_admin_filters_bill_status_info_dropdown div:nth-child(3){
    border: 1.5px solid #0000FF;
    box-sizing: border-box;
    color: #0000FF;
}
.all_bill_admin_filters_bill_status_info_dropdown div:nth-child(4){
    border: 1.5px solid #36CF00;
    box-sizing: border-box;
    color: #36CF00;
}
.all_bill_admin_ino_ic:hover ~ .all_bill_admin_filters_bill_status_info_dropdown{
  display: block;
}
.all_bill_admin_filters_date_shortcut_dropdown{
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 150px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: 0;
}
.all_bill_admin_filters_date_shortcut_dropdown div {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #E5E5E5;
    margin-left: 10px;
    margin-right: 10px;
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    cursor: pointer;
}
.all_bills_filters_toggle{
    display: none;
    height: 20px;
    widows: 20px;
    margin-left: 47%;
    margin-top: 5px;
    text-align: center;
}
.bill_status_placed_border{
    border: 1px solid #000000;
    box-sizing: border-box;
    border-radius: 3px;
}
.bill_status_loaded_border{
    outline: 1px solid #FFA800;
    border-radius: 3px;
    box-sizing:padding-box;
}
.bill_status_arrived_border{
    outline: 1px solid #0000FF;
    border-radius: 3px;
    box-sizing:padding-box;
}
.bill_status_delivered_border{
    outline: 1px solid #36CF00;
    border-radius: 3px;
    box-sizing:padding-box;
}
.vehicle_maintanace_tbl td,.vehicle_maintanace_tbl th{
    text-align: center;
}
.vehicle_maintanace_tbl td:last-child > i {
    cursor: pointer;
}
.vehicle_maintanace_add_btn{
    float: right;
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.04em;
    color: #465CFF;
}
.vehicle_maintanace_add_btn i {
    margin-top: 0;
}
.vehicle_detail_save_btn_holder{
    margin-top: 10px;
    margin-right: 10px;
    float: right;
}
