@font-face {
    /* font-family: 'Barlow';
    src: url(../fonts/Barlow.TTF);*/
}

body,
div,
span,
strong,
p,
li,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Barlow', sans-serif !important;
    /*font-family: 'Barlow';*/
}

#export {
    border-radius: 7px;
    background-color: #3663c8;
    border-color: #3663c8;
    /* 	margin-top:25px; */
    margin-bottom: -20px;
}

button#export1 {
    border-radius: 7px;
    background-color: #3663c8;
    border-color: #3663c8;
    padding-top: 4px;
    padding-bottom: 5px;
}

#export span {
    font-weight: bold;
    font-size: 14px;
}

.show_entities {
    width: 75px;
    margin-left: 10px;
    height: 30px;
}

.c_grey {
    color: grey;
}

table td,
table th {
    font-size: 13px;
}

.inputH {
    border: none;
    background: #f0f4ff;
    box-shadow: none;
}

.inputH:focus {
    box-shadow: none;
    background: #f0f4ff;
}

.change_p {
    color: #0690f5;
}

.usermng label {
    font-size: 14px;
}

.save_btn {
    background: #a5bbf7;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 6px 41px;
    font-size: 14px;
    font-weight: bold;
}

.updateBtn {
    background: #3459c9 !important;
}

.usermng_div {
    width: 87%;
    margin: auto;
}

.user_Img {
    border-radius: 50%;
}

.userEdit {
    color: #3663c8;
    font-size: 20px;
    position: absolute;
    bottom: 23px;
    background: white;
    padding: 6px 7px;
    border-radius: 50%;
    left: 68%;
}

.fa-pencil {
    color: #3663c8;
    font-size: 20px;
    /* position: absolute;
    bottom: 23px;
    background: white;
    padding: 6px 7px;
    border-radius: 50%;
    left: 68%; */
}

div.dataTables_paginate {
    text-align: center !important;
    float: inherit !important;
    padding-top: 18px !important;
    padding-right: 18%;
}

.dataTables_length {
    padding-top: 21px !important;
}

.dataTables_info {
    display: none;
}

table.dataTable.no-footer {
    border: 0 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border: none !important;
    background: #4888fe !important;
    color: white !important;
    border-radius: 50%;
    padding: 0px;
    outline: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: unset !important;
    border: 0 !important;
    color: black !important;
    outline: none !important;
}

.dataTables_wrapper .dataTables_length select {
    background-color: white !important;
}

#example_filter input {
    background-color: white !important;
    /* text-indent: 28px; */
    z-index: 9;
    position: relative;
}

table.dataTable tbody tr {
    background-color: white !important;
}

table.dataTable.display tbody tr.odd>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background-color: white !important;
}

table.dataTable.display tbody tr:hover>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover>.sorting_1 {
    background-color: white !important;
}

table.dataTable.display tbody tr.even>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
    background-color: white !important;
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
    border: 0 !important;
}

table.dataTable thead th,
table.dataTable thead td {
    border: 0 !important;
}

table.dataTable tbody th,
table.dataTable tbody td {
    padding: 15px 5px !important;
}

#data_filter label:after,
#example_filter label:after {
    /*     content: "";
    background-image: url(../images/Customer_croppings/dropdown.png);
    background-position: center right;
    position: absolute;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    right: 6px;
    top: 6px; */
}

#example_filter input::placeholder {
    content: "Search name or Number" !important;
}

#example_length {
    position: absolute;
    bottom: 0px;
}

#example_filter input {
    /* display: none; */
    border-radius: 10px;
    /*margin-bottom: 20px;*/
}

table.table.table-bordered.table_body thead.theadcolor tr th {
    padding: 13px 13px !important;
}

.dataTable tr td {
    /* max-width: 50px; */
     text-overflow: ellipsis; 
    white-space: nowrap;
    /* overflow: hidden; */
    text-transform: capitalize;
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 10px 5px !important;
}

.btn-contact {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px #dbdce0;
}

.dataTables_filter label {
    /* display: none; */
    visibility: hidden;
}

.export_csv {
    position: absolute;
    right: 183px;
    bottom: 32px;
}

.dataTables_filter label input {
    visibility: visible;
}

#data_filter label:after,
#example_filter label:after {
    content: "";
    background-image: url(../images/search.png);
    background-position: center right;
    position: absolute;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    right: 6px;
    top: 9px;
    visibility: visible;
}

.contact-txt {
    color: #3468ce;
}

.addBtn,
.editBtn {
    padding: 3px 46px;
    border-radius: 5px;
    border: none;
    background: #4062b3;
}

.item_name {
    color: black;
    font-size: 15px;
    font-weight: 500;
}

@media(max-width:920px) {
    .dataTables_wrapper .dataTables_filter {
        text-align: right;
    }
    div.dataTables_paginate {
        /* margin-left: 150px; */
        width: 100%;
        padding-right: 0%;
    }
    #example_filter label:after {
        content: "";
        background-image: url(../images/search.png);
        background-position: center right;
        position: absolute;
        background-size: 20px 20px;
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
        right: 9px;
        top: 9px;
    }
    .export_csv {
        position: relative !important;
        top: 20px;
        right: unset !important;
        margin-bottom: 20px;
        /* left: 66px; */
        margin-left: 66px !important;
    }
    #example_length {
        position: relative !important;
    }
}

.button-add.pull-right .editBtn {
    text-transform: capitalize;
}

form .row label img#preview {
    cursor: pointer;
}

.dataTables_filter label input {
    background-position: center top;
    border-radius: 8px !important;
    background-repeat: no-repeat;
    background: url(../images/Customer_croppings/search.png) no-repeat center left 9px;
    padding-left: 33px !important;
    /* 	padding-right: 20px !important; */
    width: 95%;
}

#changePassword_Div .form-group {
    position: relative;
}

#changePassword_Div .form-group #togglePassword,
#changePassword_Div .form-group #togglePassword2 {
    position: absolute;
    bottom: 12px;
    right: 10px;
    color: #ccc;
}

.views {
    position: relative;
    z-index: 99;
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 15px 10px !important;
    vertical-align: middle;
}

.preloader #preloderstatus {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/uflexitloader.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:white;
    z-index: 9999;
    height: 100%;
}

div#example_length:first-child {
    display: none !important;
}

.dataTables_paginate a.first,
.dataTables_paginate a.last {
    display: none !important;
}

#changePassword_Div .form-group #togglePassword3,
#changePassword_Div .form-group #togglePassword3 {
    position: absolute;
    bottom: 12px;
    right: 10px;
    color: #ccc;
}

@-moz-document url-prefix() {
    .et-app-rating-stars {
        padding: 6px !important;
    }
}

table.dataTable thead .sorting_asc .sorting_asc {
    background-image: unset !important;
}

td.sorting_1
{
    text-transform: capitalize;   
}
p#warehouseName {
    text-transform: capitalize;
}